Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e37c1854
Commit
e37c1854
authored
Jun 16, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-hide-cookies-node): Fix spelling in docstrings.
parent
3e603220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/info.el
lisp/info.el
+3
-3
No files found.
lisp/info.el
View file @
e37c1854
...
...
@@ -83,10 +83,10 @@ The Lisp code is executed when the node is selected.")
:group
'info
)
(
defface
info-xref
'
((((
min-colors
88
)
'
((((
min-colors
88
)
(
class
color
)
(
background
light
))
:foreground
"blue1"
:underline
t
)
(((
class
color
)
(
background
light
))
:foreground
"blue"
:underline
t
)
(((
min-colors
88
)
(((
min-colors
88
)
(
class
color
)
(
background
dark
))
:foreground
"cyan1"
:underline
t
)
(((
class
color
)
(
background
dark
))
:foreground
"cyan"
:underline
t
)
(
t
:underline
t
))
...
...
@@ -1272,7 +1272,7 @@ any double quotes or backslashes must be escaped (\\\",\\\\)."
;; Hide any construct of the general form ^@[^@-^_][ ... ^@[^@-^_]],
;; including one optional trailing newline.
(
defun
Info-hide-cookies-node
()
"Hide unrecogni
s
ed cookies in current node."
"Hide unrecogni
z
ed cookies in current node."
(
save-excursion
(
let
((
inhibit-read-only
t
)
(
case-fold-search
t
))
...
...
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