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
29a82d4c
Commit
29a82d4c
authored
Jun 10, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(minibuffer): Fix spellings in docstrings.
parent
eb88139e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/cus-edit.el
lisp/cus-edit.el
+2
-2
No files found.
lisp/cus-edit.el
View file @
29a82d4c
...
...
@@ -417,7 +417,7 @@
:group
'development
)
(
defgroup
minibuffer
nil
"Controling the behavio
u
r of the minibuffer."
"Controling the behavior of the minibuffer."
:link
'
(
custom-manual
"(emacs)Minibuffer"
)
:group
'environment
)
...
...
@@ -2187,7 +2187,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"."
(:foreground "
blue1
" :weight bold :height 1.2 :inherit variable-pitch))
(((class color)
(background light))
(:foreground "
blue
" :weight bold :height 1.2 :inherit variable-pitch))
(:foreground "
blue
" :weight bold :height 1.2 :inherit variable-pitch))
(t (:weight bold)))
"
Face
used
for
unpushable
variable
tags.
"
:group 'custom-faces)
...
...
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