/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

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

revision 1.404 by ttn, Mon Oct 18 07:29:52 2004 UTC revision 1.405 by teirllm, Sun Oct 24 18:26:40 2004 UTC
# Line 3248  The locations are of the format used in Line 3248  The locations are of the format used in
3248  \(FILENAME NODENAME BUFFERPOS\)."  \(FILENAME NODENAME BUFFERPOS\)."
3249    (let ((where '())    (let ((where '())
3250          (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))          (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))
3251                            "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\.$"))                            "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\."
3252                              "\\([ \t]*(line[ \t]*[0-9]*)\\)?$"))
3253          (info-file "emacs"))            ;default          (info-file "emacs"))            ;default
3254      ;; Determine which info file this command is documented in.      ;; Determine which info file this command is documented in.
3255      (if (get command 'info-file)      (if (get command 'info-file)

Legend:
Removed from v.1.404  
changed lines
  Added in v.1.405

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