emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el [emacs-unicode-2]
Date: Wed, 27 Oct 2004 01:48:07 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.367.2.6 emacs/lisp/info.el:1.367.2.7
*** emacs/lisp/info.el:1.367.2.6        Fri Oct 22 10:13:29 2004
--- emacs/lisp/info.el  Wed Oct 27 05:42:00 2004
***************
*** 3248,3254 ****
  \(FILENAME NODENAME BUFFERPOS\)."
    (let ((where '())
        (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))
!                         "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\.$"))
        (info-file "emacs"))            ;default
      ;; Determine which info file this command is documented in.
      (if (get command 'info-file)
--- 3248,3255 ----
  \(FILENAME NODENAME BUFFERPOS\)."
    (let ((where '())
        (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))
!                         "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\."
!                         "\\([ \t]*(line[ \t]*[0-9]*)\\)?$"))
        (info-file "emacs"))            ;default
      ;; Determine which info file this command is documented in.
      (if (get command 'info-file)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]