emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el
Date: Sat, 24 Sep 2005 09:44:37 -0400

Index: emacs/lisp/woman.el
diff -c emacs/lisp/woman.el:1.39 emacs/lisp/woman.el:1.40
*** emacs/lisp/woman.el:1.39    Sun Sep 18 12:25:02 2005
--- emacs/lisp/woman.el Sat Sep 24 13:44:00 2005
***************
*** 1229,1235 ****
                         word-at-point)))
                (completing-read
                 (if default
!                    (format "Manual entry [default: %s]: " default)
                   "Manual entry: ")
                 woman-topic-all-completions nil 1
                 nil
--- 1229,1235 ----
                         word-at-point)))
                (completing-read
                 (if default
!                    (format "Manual entry (default %s): " default)
                   "Manual entry: ")
                 woman-topic-all-completions nil 1
                 nil




reply via email to

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