diff options
author | Bill Wohler <wohler@newt.com> | 2005-12-23 08:40:31 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-12-23 08:40:31 +0000 |
commit | 5a4aad035fb7c3652913864e69fa095e6cb361ad (patch) | |
tree | b2e867e6e619233fcfeb170c73a0d6da165c2ce4 /lisp/mh-e/mh-funcs.el | |
parent | 4023e353eddb629784c34176bb6a462eef3cdecb (diff) | |
download | emacs-5a4aad035fb7c3652913864e69fa095e6cb361ad.tar.gz emacs-5a4aad035fb7c3652913864e69fa095e6cb361ad.tar.bz2 emacs-5a4aad035fb7c3652913864e69fa095e6cb361ad.zip |
Follow MH-E Developers Guide conventions. Use `' quotes for Help
hyperlinks such as symbols, Info nodes, or URLs. Use \" quotes for
everything else. Otherwise, you can accidently get links to
nonsense symbols.
Diffstat (limited to 'lisp/mh-e/mh-funcs.el')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index df39ca72cf0..800ff96b510 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -303,7 +303,7 @@ the optional argument EXTRA-ARGS is given." ;;;###mh-autoload (defun mh-store-msg (directory) - "Unpack message created with `uudecode' or `shar'. + "Unpack message created with \"uudecode\" or \"shar\". The default DIRECTORY for extraction is the current directory; however, you have a chance to specify a different extraction @@ -409,7 +409,7 @@ value of `mh-store-default-directory' or the current directory." (defun mh-prefix-help () "Display cheat sheet for the commands of the current prefix in minibuffer." (interactive) - ;; We got here because the user pressed a `?', but he pressed a prefix key + ;; We got here because the user pressed a "?", but he pressed a prefix key ;; before that. Since the the key vector starts at index 0, the index of the ;; last keystroke is length-1 and thus the second to last keystroke is at ;; length-2. We use that information to obtain a suitable prefix character |