emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp bookmark.el ChangeLog


From: Karl Fogel
Subject: [Emacs-diffs] emacs/lisp bookmark.el ChangeLog
Date: Sat, 10 Oct 2009 21:54:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Fogel <kfogel>     09/10/10 21:54:16

Modified files:
        lisp           : bookmark.el ChangeLog 

Log message:
        * bookmark.el
          (bookmark-yank-word, bookmark-insert-current-bookmark): Update
          documentation to refer to variables documented in r1.135.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/bookmark.el?cvsroot=emacs&r1=1.135&r2=1.136
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16400&r2=1.16401

Patches:
Index: bookmark.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bookmark.el,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -b -r1.135 -r1.136
--- bookmark.el 10 Oct 2009 21:48:22 -0000      1.135
+++ bookmark.el 10 Oct 2009 21:54:13 -0000      1.136
@@ -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)

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16400
retrieving revision 1.16401
diff -u -b -r1.16400 -r1.16401
--- ChangeLog   10 Oct 2009 21:48:23 -0000      1.16400
+++ ChangeLog   10 Oct 2009 21:54:14 -0000      1.16401
@@ -1,5 +1,11 @@
 2009-10-10  Karl Fogel  <address@hidden>
 
+       * 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  <address@hidden>
+
        * bookmark.el (Info-suffix-list): Remove this unused variable.
        (bookmark-current-point): Remove this obsolete variable.
        (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]