diff lisp/hyper-apropos.el @ 3061:fd1acd2f457a

[xemacs-hg @ 2005-11-13 07:39:26 by ben] fix 'foo -> `foo', `foo.' -> `foo'. derived.el, frame.el, toolbar.el, glyphs.el, hyper-apropos.el, mouse.el, files.el, specifier.el: Fix uses of `foo'; change 'foo -> `foo', and put punctuation outside of quotes. Add comments in specifier.el about needing better and new convenience functions.
author ben
date Sun, 13 Nov 2005 07:39:29 +0000
parents 445bd1969ed0
children fee33ab25966
line wrap: on
line diff
--- a/lisp/hyper-apropos.el	Sun Nov 13 07:31:55 2005 +0000
+++ b/lisp/hyper-apropos.el	Sun Nov 13 07:39:29 2005 +0000
@@ -208,7 +208,7 @@
     (define-key map "e"     'hyper-apropos-eliminate-keyword)
     map)
   "Keybindings for the *Hyper Apropos* buffer.
-This map inherits from `hyper-apropos-help-map.'")
+This map inherits from `hyper-apropos-help-map'.")
 (define-obsolete-variable-alias
   'hypropos-map 'hyper-apropos-map)