# HG changeset patch # User Richard M. Stallman # Date 860815361 0 # Node ID cd7152c1ca13af5b706f90b9dc26f544b04de8b4 # Parent f0ff96a35eb8c2c6ffe5074c713e81064a08dd3c (bookmark, bookmark-use-annotations) (bookmark-save-flag, bookmark-save-flag): Doc fixes. diff -r f0ff96a35eb8 -r cd7152c1ca13 lisp/bookmark.el --- a/lisp/bookmark.el Sat Apr 12 03:18:33 1997 +0000 +++ b/lisp/bookmark.el Sat Apr 12 03:22:41 1997 +0000 @@ -100,20 +100,19 @@ ;;; User Variables (defgroup bookmark nil - "Setting, annotation and jumping to bookmarks" + "Setting, annotation and jumping to bookmarks." :group 'matching) (defcustom bookmark-use-annotations nil - "*If non-nil, saving a bookmark will query for an annotation in a -buffer." + "*If non-nil, saving a bookmark queries for an annotation in a buffer." :type 'boolean :group 'bookmark) (defcustom bookmark-save-flag t "*Controls when Emacs saves bookmarks to a file. ---> Nil means never save bookmarks, except when `bookmark-save' is +--> nil means never save bookmarks, except when `bookmark-save' is explicitly called \(\\[bookmark-save]\). --> t means save bookmarks when Emacs is killed. --> Otherwise, it should be a number that is the frequency with which @@ -127,13 +126,13 @@ behavior.\) To specify the file in which to save them, modify the variable -bookmark-default-file, which is `~/.emacs.bmk' by default." +`bookmark-default-file', which is `~/.emacs.bmk' by default." :type '(choice (const nil) (const t) integer) :group 'bookmark) (defconst bookmark-old-default-file "~/.emacs-bkmrks" - "*The .emacs.bmk file used to be called this.") + "*The `.emacs.bmk' file used to be called this name.") ;; defvarred to avoid a compilation warning: @@ -167,8 +166,8 @@ (defcustom bookmark-sort-flag t - "*Non-nil means that bookmarks will be displayed sorted by bookmark -name. Otherwise they will be displayed in LIFO order (that is, most + "*Non-nil means that bookmarks will be displayed sorted by bookmark name. +Otherwise they will be displayed in LIFO order (that is, most recently set ones come first, oldest ones come last)." :type 'boolean :group 'bookmark) @@ -190,7 +189,7 @@ (defcustom bookmark-bmenu-toggle-filenames t "*Non-nil means show filenames when listing bookmarks. This may result in truncated bookmark names. To disable this, put the -following in your .emacs: +following in your `.emacs' file: \(setq bookmark-bmenu-toggle-filenames nil\)" :type 'boolean