comparison lisp/help.el @ 90299:9e490faa9f6b

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-17 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 85-96) - Update from CVS - Merge from erc--emacs--0 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 30-36) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 17 Feb 2006 09:10:23 +0000
parents d57ee9eab157 9cc0a5b4b6e7
children d1c5430c5bff
comparison
equal deleted inserted replaced
90298:15363e44d751 90299:9e490faa9f6b
508 (format "%s (%s)" keys symbol)) 508 (format "%s (%s)" keys symbol))
509 (format "M-x %s RET" symbol)) 509 (format "M-x %s RET" symbol))
510 (if (> (length keys) 0) 510 (if (> (length keys) 0)
511 (if remapped 511 (if remapped
512 (format "%s is remapped to %s which is on %s" 512 (format "%s is remapped to %s which is on %s"
513 definition symbol keys) 513 symbol remapped keys)
514 (format "%s is on %s" symbol keys)) 514 (format "%s is on %s" symbol keys))
515 ;; If this is the command the user asked about, 515 ;; If this is the command the user asked about,
516 ;; and it is not on any key, say so. 516 ;; and it is not on any key, say so.
517 ;; For other symbols, its aliases, say nothing 517 ;; For other symbols, its aliases, say nothing
518 ;; about them unless they are on keys. 518 ;; about them unless they are on keys.