Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b484eecc
Commit
b484eecc
authored
Sep 09, 1998
by
Dave Love
Browse files
(help-xref-interned): Bind inhibit-read-only when
inserting.
parent
97a3278b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/help.el
lisp/help.el
+2
-1
No files found.
lisp/help.el
View file @
b484eecc
...
...
@@ -1030,7 +1030,8 @@ help buffer."
;; We now have a help buffer on the variable. Insert the function
;; text after it.
(
goto-char
(
point-max
))
(
insert
"\n\n"
fdoc
))
(
let
((
inhibit-read-only
t
))
(
insert
"\n\n"
fdoc
)))
(
goto-char
(
point-min
))
(
help-setup-xref
(
list
#'
help-xref-interned
symbol
)
nil
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment