emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Karl Fogel
Subject: [Emacs-diffs] emacs/lisp info.el ChangeLog
Date: Sun, 04 Oct 2009 23:31:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Fogel <kfogel>     09/10/04 23:31:56

Modified files:
        lisp           : info.el ChangeLog 

Log message:
        (Info-bookmark-make-record): Document this function.
        (Info-bookmark-jump): Document with a doc string, not just a comment.
        (Bug#4061)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/info.el?cvsroot=emacs&r1=1.566&r2=1.567
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16351&r2=1.16352

Patches:
Index: info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -b -r1.566 -r1.567
--- info.el     2 Oct 2009 03:48:41 -0000       1.566
+++ info.el     4 Oct 2009 23:31:52 -0000       1.567
@@ -4769,6 +4769,8 @@
 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
 
 (defun Info-bookmark-make-record ()
+  "This implements the `bookmark-make-record-function' type (which see)
+for Info nodes."
   `(,Info-current-node
     ,@(bookmark-make-record-default 'point-only)
     (filename . ,Info-current-file)
@@ -4777,8 +4779,8 @@
 
 ;;;###autoload
 (defun Info-bookmark-jump (bmk)
-  ;; This implements the `handler' function interface for record type returned
-  ;; by `Info-bookmark-make-record', which see.
+  "This implements the `handler' function interface for the record
+type returned by `Info-bookmark-make-record', which see."
   (let* ((file                   (bookmark-prop-get bmk 'filename))
          (info-node              (bookmark-prop-get bmk 'info-node))
          (buf (save-window-excursion    ;FIXME: doesn't work with frames!

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16351
retrieving revision 1.16352
diff -u -b -r1.16351 -r1.16352
--- ChangeLog   4 Oct 2009 19:25:26 -0000       1.16351
+++ ChangeLog   4 Oct 2009 23:31:53 -0000       1.16352
@@ -1,3 +1,9 @@
+2009-10-04  Karl Fogel  <address@hidden>
+
+       * info.el (Info-bookmark-make-record): Document this function.
+       (Info-bookmark-jump): Document with a doc string, not just a comment.
+       (Bug#4203)
+
 2009-10-04  Chong Yidong  <address@hidden>
 
        * cedet/semantic.el (semantic-new-buffer-setup-functions): New




reply via email to

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