(mh-defun-show-buffer): Use `...' rather than than "..." in generated
docstrings.
This commit is contained in:
parent
2875c64678
commit
5f83939ba4
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-06-20 Stephen Eglen <stephen@gnu.org>
|
||||
|
||||
* mh-show.el (mh-defun-show-buffer): Use `...' rather than than
|
||||
"..." in generated docstrings.
|
||||
|
||||
2008-06-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mh-seq.el (tool-bar-map): Define for compiler.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue