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
f24f2e22
Commit
f24f2e22
authored
Dec 06, 2012
by
Paul Eggert
Browse files
Spelling fixes.
parent
39670ef4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
doc/lispref/internals.texi
doc/lispref/internals.texi
+2
-2
doc/lispref/symbols.texi
doc/lispref/symbols.texi
+1
-1
doc/misc/erc.texi
doc/misc/erc.texi
+1
-1
lisp/faces.el
lisp/faces.el
+1
-1
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+2
-2
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
doc/lispref/internals.texi
View file @
f24f2e22
...
...
@@ -293,7 +293,7 @@ the number of those objects that are not live but that Emacs keeps around for
future allocations. So an overall result is:
@example
((@code{conses} @var{cons-size} @var{used-conse} @var{free-conses})
((@code{conses} @var{cons-size} @var{used-conse
s
} @var{free-conses})
(@code{symbols} @var{symbol-size} @var{used-symbols} @var{free-symbols})
(@code{miscs} @var{misc-size} @var{used-miscs} @var{free-miscs})
(@code{strings} @var{string-size} @var{used-strings} @var{free-strings})
...
...
@@ -886,7 +886,7 @@ knows about it.
@cindex object internals
Emacs Lisp provides a rich set of the data types. Some of them, like cons
cells, integers and st
i
rngs, are common to nearly all Lisp dialects. Some
cells, integers and str
i
ngs, are common to nearly all Lisp dialects. Some
others, like markers and buffers, are quite special and needed to provide
the basic support to write editor commands in Lisp. To implement such
a variety of object types and provide an efficient way to pass objects between
...
...
doc/lispref/symbols.texi
View file @
f24f2e22
...
...
@@ -563,7 +563,7 @@ side-effects, for determining function safety (@pxref{Function
Safety}) as well as for byte compiler optimizations. Do not set it.
@item variable-documentation
If non-@code{nil}, this specifies the named va
a
riable's documentation
If non-@code{nil}, this specifies the named variable's documentation
string. This is set automatically by @code{defvar} and related
functions. @xref{Defining Faces}.
@end table
doc/misc/erc.texi
View file @
f24f2e22
...
...
@@ -752,7 +752,7 @@ If non, @code{nil}, this is a list of IRC message types to hide, e.g.:
@defopt erc
-
lurker
-
hide
-
list
Like @code
{
erc
-
hide
-
list
}
, but only applies to messages sent by
lurkers. The function @code
{
erc
-
lurker
-
p
}
determines whether a given
nickname is considerd a lurker.
nickname is consider
e
d a lurker.
@end defopt
...
...
lisp/faces.el
View file @
f24f2e22
...
...
@@ -1622,7 +1622,7 @@ the face's attributes on existing frames."
(
if
(
memq
spec-type
'
(
reset
saved-face
))
(
put
face
'customized-face
nil
))
;; Setting the face spec via Custom empties out any override spec,
;; similar to how setting a variable via Custom changes its valus.
;; similar to how setting a variable via Custom changes its valu
e
s.
(
if
(
memq
spec-type
'
(
customized-face
saved-face
reset
))
(
put
face
'face-override-spec
nil
))
;; If we reset the face based on its custom spec, it is unmodified
...
...
lisp/mh-e/mh-e.el
View file @
f24f2e22
...
...
@@ -2663,7 +2663,7 @@ of citations entirely, choose \"None\"."
"X-Mail-from:"
; fastmail.fm
"X-MAIL-INFO:"
; NetZero
"X-Mailer_"
"X-MailFlowPolicy:"
; Ci
cso i
ron
p
ort
(
http://www.ironport.com)
"X-MailFlowPolicy:"
; Ci
sco Email Security (formerly I
ron
P
ort
;
http://www.ironport.com)
"X-Mailing-List:"
; Unknown mailing list managers
"X-MailingID:"
"X-Mailman-Approved-At:"
; Mailman mailing list manager
...
...
@@ -2743,7 +2743,7 @@ of citations entirely, choose \"None\"."
"X-Scanned-By:"
"X-Sender-ID:"
; Google+
"X-Sender:"
; http://people.dsv.su.se/~jpalme/ietf/mail-headers/
"X-Sendergroup:"
; Ci
cso i
ron
p
ort
(
http://www.ironport.com)
"X-Sendergroup:"
; Ci
sco Email Security (formerly I
ron
P
ort
;
http://www.ironport.com)
"X-Server-Date:"
"X-Server-Uuid:"
"X-Service-Code:"
...
...
lisp/subr.el
View file @
f24f2e22
...
...
@@ -2628,7 +2628,7 @@ This variable is meaningful on MS-DOG and MS-Windows.
On those systems, it is automatically local in every buffer.
On other systems, this variable is normally always nil.
WARNING: This variable is obsolete and will disapper Real Soon Now.
WARNING: This variable is obsolete and will disappe
a
r Real Soon Now.
Don't use it!"
)
;; The `assert' macro from the cl package signals
...
...
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