changeset 17412:cd7152c1ca13

(bookmark, bookmark-use-annotations) (bookmark-save-flag, bookmark-save-flag): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Apr 1997 03:22:41 +0000
parents f0ff96a35eb8
children 9fa0ed8da0b1
files lisp/bookmark.el
diffstat 1 files changed, 8 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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