/[emacs]/emacs/lisp/help-fns.el
ViewVC logotype

Diff of /emacs/lisp/help-fns.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by lektu, Wed Feb 12 11:41:10 2003 UTC revision 1.30 by kfstorm, Wed Feb 12 23:13:43 2003 UTC
# Line 291  The usage info is built from ARGLIST.  D Line 291  The usage info is built from ARGLIST.  D
291      (princ ".")      (princ ".")
292      (terpri)      (terpri)
293      (when (commandp function)      (when (commandp function)
294        (let* ((remapped (remap-command function))        (let* ((remapped (command-remapping function))
295               (keys (where-is-internal               (keys (where-is-internal
296                     (or remapped function) overriding-local-map nil nil)))                      (or remapped function) overriding-local-map nil nil)))
297          (when remapped          (when remapped
298            (princ "It is remapped to `")            (princ "It is remapped to `")
299            (princ (symbol-name remapped))            (princ (symbol-name remapped))

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26