emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog add-log.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog add-log.el
Date: Wed, 07 Jan 2009 16:59:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/01/07 16:59:38

Modified files:
        lisp           : ChangeLog add-log.el 

Log message:
        * add-log.el (change-log-search-tag-name): Reflow docstring.
          (change-log-mode): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15057&r2=1.15058
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/add-log.el?cvsroot=emacs&r1=1.226&r2=1.227

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15057
retrieving revision 1.15058
diff -u -b -r1.15057 -r1.15058
--- ChangeLog   7 Jan 2009 14:24:29 -0000       1.15057
+++ ChangeLog   7 Jan 2009 16:59:35 -0000       1.15058
@@ -1,5 +1,8 @@
 2009-01-07  Juanma Barranquero  <address@hidden>
 
+       * add-log.el (change-log-search-tag-name): Reflow docstring.
+       (change-log-mode): Fix typo in docstring.
+
        * international/mule.el (define-coding-system): Doc fix.
 
 2009-01-07  Kenichi Handa  <address@hidden>

Index: add-log.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/add-log.el,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -b -r1.226 -r1.227
--- add-log.el  5 Jan 2009 03:18:39 -0000       1.226
+++ add-log.el  7 Jan 2009 16:59:38 -0000       1.227
@@ -351,8 +351,8 @@
 
 (defun change-log-search-tag-name (&optional at)
   "Search for a tag name near `point'.
-Optional argument AT non-nil means search near buffer position
-AT.  Return value is a cons whose car is the string representing
+Optional argument AT non-nil means search near buffer position AT.
+Return value is a cons whose car is the string representing
 the tag and whose cdr is the position where the tag was found."
   (save-excursion
     (goto-char (setq at (or at (point))))
@@ -1007,12 +1007,12 @@
 
 ;;;###autoload
 (define-derived-mode change-log-mode text-mode "Change Log"
-  "Major mode for editing change logs; like Indented Text Mode.
+  "Major mode for editing change logs; like Indented Text mode.
 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
 New log entries are usually made with \\[add-change-log-entry] or 
\\[add-change-log-entry-other-window].
 Each entry behaves as a paragraph, and the entries for one day as a page.
 Runs `change-log-mode-hook'.
-\\{change-log-mode-map}"
+\n\\{change-log-mode-map}"
   (setq left-margin 8
        fill-column 74
        indent-tabs-mode t




reply via email to

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