Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3060:7679bfa253c2 | 3061:fd1acd2f457a |
---|---|
206 (define-key map "P" 'hyper-apropos-toggle-programming-flag) | 206 (define-key map "P" 'hyper-apropos-toggle-programming-flag) |
207 (define-key map "k" 'hyper-apropos-add-keyword) | 207 (define-key map "k" 'hyper-apropos-add-keyword) |
208 (define-key map "e" 'hyper-apropos-eliminate-keyword) | 208 (define-key map "e" 'hyper-apropos-eliminate-keyword) |
209 map) | 209 map) |
210 "Keybindings for the *Hyper Apropos* buffer. | 210 "Keybindings for the *Hyper Apropos* buffer. |
211 This map inherits from `hyper-apropos-help-map.'") | 211 This map inherits from `hyper-apropos-help-map'.") |
212 (define-obsolete-variable-alias | 212 (define-obsolete-variable-alias |
213 'hypropos-map 'hyper-apropos-map) | 213 'hypropos-map 'hyper-apropos-map) |
214 | 214 |
215 ;;(defvar hyper-apropos-mousable-keymap | 215 ;;(defvar hyper-apropos-mousable-keymap |
216 ;; (let ((map (make-sparse-keymap))) | 216 ;; (let ((map (make-sparse-keymap))) |