emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Sat, 04 May 2002 10:51:16 -0400

Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.83 emacs/lisp/apropos.el:1.84
*** emacs/lisp/apropos.el:1.83  Sat Jan  5 14:01:37 2002
--- emacs/lisp/apropos.el       Sat May  4 10:51:16 2002
***************
*** 601,609 ****
        (set-buffer standard-output)
        (apropos-mode)
        (if (display-mouse-p)
!           (insert "If moving the mouse over text changes the text's color,\n"
!                   (substitute-command-keys
!                    "you can click \\[push-button] on that text to get more 
information.\n")))
        (insert "In this buffer, go to the name of the command, or function,"
                " or variable,\n"
                (substitute-command-keys
--- 601,611 ----
        (set-buffer standard-output)
        (apropos-mode)
        (if (display-mouse-p)
!           (insert
!            "If moving the mouse over text changes the text's color, "
!            "you can click\n"
!            "mouse-2 (second button from right) on that text to "
!            "get more information.\n"))
        (insert "In this buffer, go to the name of the command, or function,"
                " or variable,\n"
                (substitute-command-keys



reply via email to

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