emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Sat, 19 Mar 2005 09:36:46 -0500

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.143 emacs/lisp/man.el:1.144
*** emacs/lisp/man.el:1.143     Sat Jan 29 17:27:13 2005
--- emacs/lisp/man.el   Sat Mar 19 14:36:43 2005
***************
*** 1305,1311 ****
         (error "There are no references in the current man page")
       (list (let* ((default (or
                            (car (all-completions
!                                 (let ((word (Man-possibly-hyphenated-word)))
                                    ;; strip a trailing '-':
                                    (if (string-match "-$" word)
                                        (substring word 0
--- 1305,1313 ----
         (error "There are no references in the current man page")
       (list (let* ((default (or
                            (car (all-completions
!                                 (let ((word
!                                        (or (Man-possibly-hyphenated-word)
!                                            "")))
                                    ;; strip a trailing '-':
                                    (if (string-match "-$" word)
                                        (substring word 0




reply via email to

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