From 5f83939ba4725a2d9400e7e1082a40f8b3255d91 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Fri, 20 Jun 2008 09:20:09 +0000 Subject: [PATCH] (mh-defun-show-buffer): Use `...' rather than than "..." in generated docstrings. --- lisp/mh-e/ChangeLog | 5 +++++ lisp/mh-e/mh-show.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 89f7c912f81..017a59813dd 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 Stephen Eglen + + * mh-show.el (mh-defun-show-buffer): Use `...' rather than than + "..." in generated docstrings. + 2008-06-12 Glenn Morris * mh-seq.el (tool-bar-map): Define for compiler. diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 5d52b2e8f2c..12c09d2ac78 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -358,7 +358,7 @@ The current frame height is taken into consideration." 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 -- 2.39.2