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-identity.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-identity.el')
-rw-r--r-- | lisp/mh-e/mh-identity.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 508b747718c..52bb8f903fe 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el @@ -122,7 +122,7 @@ Return t if anything is deleted." (defun mh-identity-field-handler (field) "Return the handler for header FIELD or nil if none set. The field name is downcased. If the FIELD begins with the -character `:', then it must have a special handler defined in +character \":\", then it must have a special handler defined in `mh-identity-handlers', else return an error since it is not a valid header field." (or (cdr (mh-assoc-ignore-case field mh-identity-handlers)) |