emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-show.el


From: Stephen Eglen
Subject: [Emacs-commit] emacs/lisp/mh-e mh-show.el
Date: Fri, 20 Jun 2008 09:19:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Stephen Eglen <stephen> 08/06/20 09:19:57

Modified files:
        lisp/mh-e      : mh-show.el 

Log message:
        (mh-defun-show-buffer): Use `...' rather than than "..." in generated
        docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-show.el?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: mh-show.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-show.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- mh-show.el  12 Jun 2008 03:57:56 -0000      1.14
+++ mh-show.el  20 Jun 2008 09:19:57 -0000      1.15
@@ -358,7 +358,7 @@
 If the buffer we start in is still visible and DONT-RETURN is nil
 then switch to it after that."
   `(defun ,function ()
-     ,(format "Calls %s from the message's folder.\n%s\nSee \"%s\" for more 
info.\n"
+     ,(format "Calls %s from the message's folder.\n%s\nSee `%s' for more 
info.\n"
               original-function
               (if dont-return ""
                 "When function completes, returns to the show buffer if it is




reply via email to

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