changeset 105541:e2fcb7b1231c

* bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark): Update documentation to refer to variables documented in r1.135.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 10 Oct 2009 21:54:13 +0000
parents fbc5ad35e97d
children ea0b3808f728
files lisp/ChangeLog lisp/bookmark.el
diffstat 2 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 10 21:48:22 2009 +0000
+++ b/lisp/ChangeLog	Sat Oct 10 21:54:13 2009 +0000
@@ -1,3 +1,9 @@
+2009-10-10  Karl Fogel  <kfogel@red-bean.com>
+
+	* bookmark.el: (bookmark-yank-word, bookmark-insert-current-bookmark):
+	Update documentation to refer to the variables documented in r1.135.
+	(Bug#4188)
+
 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
 
 	* bookmark.el (Info-suffix-list): Remove this unused variable.
--- a/lisp/bookmark.el	Sat Oct 10 21:48:22 2009 +0000
+++ b/lisp/bookmark.el	Sat Oct 10 21:54:13 2009 +0000
@@ -878,8 +878,9 @@
 
 
 (defun bookmark-insert-current-bookmark ()
-  "Insert this buffer's value of `bookmark-current-bookmark'.
-Default to file name if it's nil."
+  "Insert into the bookmark name currently being set the value of
+`bookmark-current-bookmark' in `bookmark-current-buffer', defaulting
+to the buffer's file name if `bookmark-current-bookmark' is nil."
   (interactive)
   (let ((str
 	 (with-current-buffer bookmark-current-buffer
@@ -911,8 +912,9 @@
 
 
 (defun bookmark-yank-word ()
-  "Get the next word from the buffer and append it to the name of the
-bookmark currently being set, advancing point by one word."
+  "Get the next word from buffer `bookmark-current-buffer' and append
+it to the name of the bookmark currently being set, advancing
+`bookmark-yank-point' by one word." 
   (interactive)
   (let ((string (with-current-buffer bookmark-current-buffer
                   (goto-char bookmark-yank-point)