emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-fns.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el [lexbind]
Date: Mon, 25 Oct 2004 00:47:33 -0400

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.9.2.15 emacs/lisp/help-fns.el:1.9.2.16
*** emacs/lisp/help-fns.el:1.9.2.15     Sat Sep  4 09:28:13 2004
--- emacs/lisp/help-fns.el      Mon Oct 25 04:19:40 2004
***************
*** 578,586 ****
                    (forward-line 1)
                  (forward-sexp 1)
                  (delete-region (point) (progn (end-of-line) (point)))
-                 (insert " value is shown below.\n\n")
                  (save-excursion
!                   (insert "\n\nValue:"))))
              ;; Add a note for variables that have been make-var-buffer-local.
              (when (and (local-variable-if-set-p variable)
                         (or (not (local-variable-p variable))
--- 578,592 ----
                    (forward-line 1)
                  (forward-sexp 1)
                  (delete-region (point) (progn (end-of-line) (point)))
                  (save-excursion
!                   (insert "\n\nValue:")
!                   (set (make-local-variable 'help-button-cache)
!                        (point-marker)))
!                 (insert " value is shown ")
!                 (insert-button "below"
!                                'action help-button-cache
!                                'help-echo "mouse-2, RET: show value")
!                 (insert ".\n\n")))
              ;; Add a note for variables that have been make-var-buffer-local.
              (when (and (local-variable-if-set-p variable)
                         (or (not (local-variable-p variable))




reply via email to

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