Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
763da090
Commit
763da090
authored
Nov 16, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-complete-menu-item): Don't treat `* Menu:' as a menu item.
parent
5e69f11e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/info.el
lisp/info.el
+3
-0
No files found.
lisp/info.el
View file @
763da090
...
...
@@ -943,6 +943,7 @@ NAME may be an abbreviation of the reference name."
(
save-excursion
(
set-buffer
Info-complete-menu-buffer
)
(
goto-char
(
point-min
))
(
search-forward
"\n* Menu:"
)
(
while
(
re-search-forward
pattern
nil
t
)
(
setq
completions
(
cons
(
cons
(
format
"%s"
(
buffer-substring
...
...
@@ -959,6 +960,7 @@ NAME may be an abbreviation of the reference name."
(
save-excursion
(
set-buffer
Info-complete-menu-buffer
)
(
goto-char
(
point-min
))
(
search-forward
"\n* Menu:"
)
(
while
(
re-search-forward
pattern
nil
t
)
(
setq
completions
(
cons
(
cons
(
format
"%s"
(
buffer-substring
...
...
@@ -971,6 +973,7 @@ NAME may be an abbreviation of the reference name."
(
save-excursion
(
set-buffer
Info-complete-menu-buffer
)
(
goto-char
(
point-min
))
(
search-forward
"\n* Menu:"
)
(
re-search-forward
(
concat
"\n\\* "
(
regexp-quote
string
)
":"
)
...
...
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