From 6d6a5b7e51bdfb9ba097bb9f70309eaf236cdeb5 Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Sat, 10 Oct 2009 21:54:13 +0000 Subject: [PATCH] * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark): Update documentation to refer to variables documented in r1.135. --- lisp/ChangeLog | 6 ++++++ lisp/bookmark.el | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebc8755c2ca..35362f1f4e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-10-10 Karl Fogel + + * 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 * bookmark.el (Info-suffix-list): Remove this unused variable. diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 6c9559de5ae..340f020ed36 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -878,8 +878,9 @@ BOOKMARK is a bookmark name (a string) or a bookmark record." (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 @@ way that is suitable as a bookmark name." (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) -- 2.39.5