summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-07-06 23:18:58 -0600
committerTom Tromey <tromey@redhat.com>2013-07-06 23:18:58 -0600
commit6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch)
treef5f331ea361ba0f99e0f9b638d183ad492a7da31 /lisp/help-fns.el
parent0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff)
parent219afb88d9d484393418820d1c08dc93299110ec (diff)
downloademacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz
merge from trunk
this merges frmo trunk and fixes various build issues. this needed a few ugly tweaks. this hangs in "make check" now
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 86bb67e87c2..52aa0517fa8 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -875,8 +875,10 @@ it is displayed along with the global value."
(princ "buffer-local when set.\n"))
((not permanent-local))
((bufferp locus)
+ (setq extra-line t)
(princ " This variable's buffer-local value is permanent.\n"))
(t
+ (setq extra-line t)
(princ " This variable's value is permanent \
if it is given a local binding.\n")))