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
6196cffe
Commit
6196cffe
authored
Dec 21, 2011
by
Paul Eggert
Browse files
Spelling fixes.
parent
d3098e1e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
16 deletions
+16
-16
doc/misc/auth.texi
doc/misc/auth.texi
+1
-1
lisp/ChangeLog.12
lisp/ChangeLog.12
+1
-1
lisp/calc/calc-alg.el
lisp/calc/calc-alg.el
+1
-1
lisp/calendar/holidays.el
lisp/calendar/holidays.el
+1
-1
lisp/gnus/nndiary.el
lisp/gnus/nndiary.el
+2
-2
lisp/international/robin.el
lisp/international/robin.el
+3
-3
lisp/net/ntlm.el
lisp/net/ntlm.el
+1
-1
lisp/net/tramp.el
lisp/net/tramp.el
+1
-1
lisp/progmodes/ada-stmt.el
lisp/progmodes/ada-stmt.el
+1
-1
lisp/term.el
lisp/term.el
+2
-2
lisp/textmodes/remember.el
lisp/textmodes/remember.el
+1
-1
src/print.c
src/print.c
+1
-1
No files found.
doc/misc/auth.texi
View file @
6196cffe
...
...
@@ -281,7 +281,7 @@ for any of the prompts.
Note that the password needs to be evaluated if it's a function. It's
wrapped in a function to provide some security.
Later, after a successful login, @code
{
nnima
l
.el
}
calls the
Later, after a successful login, @code
{
nnima
p
.el
}
calls the
@code
{
:save-function
}
like so:
@example
...
...
lisp/ChangeLog.12
View file @
6196cffe
...
...
@@ -27413,7 +27413,7 @@
which has been added in Emacs 21.1.
(c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
(awk-mode): Use it.
(make-local-hook): Suppress warning about obsole
teness
.
(make-local-hook): Suppress warning about obsole
scence
.
* progmodes/cc-engine.el, cc-align.el, cc-cmds.el
(c-append-backslashes-forward, c-delete-backslashes-forward)
lisp/calc/calc-alg.el
View file @
6196cffe
...
...
@@ -1841,7 +1841,7 @@
expr
))))
;;; Simplify a polynomial in list form by stripping off high-end zeros.
;;; This always leaves the constant part, i.e., nil->nil and nonnil->nonnil.
;;; This always leaves the constant part, i.e., nil->nil and non
-
nil->non
-
nil.
(
defun
math-poly-simplify
(
p
)
(
and
p
(
if
(
Math-zerop
(
nth
(
1-
(
length
p
))
p
))
...
...
lisp/calendar/holidays.el
View file @
6196cffe
...
...
@@ -723,7 +723,7 @@ STRING)). Returns nil if it is not visible in the current calendar window."
(
let
((
m
displayed-month
)
(
y
displayed-year
))
(
calendar-increment-month
m
y
(
-
11
month
))
(
if
(
>
m
9
)
;
i
s
n
ovember visible?
(
if
(
>
m
9
)
;
I
s
N
ovember visible?
(
list
(
list
(
list
month
day
y
)
string
)))))
(
defun
holiday-float
(
month
dayname
n
string
&optional
day
)
...
...
lisp/gnus/nndiary.el
View file @
6196cffe
...
...
@@ -1161,7 +1161,7 @@ all. This may very well take some time.")
(
defun
nndiary-parse-schedule-value
(
str
min-or-values
max
)
;; Parse the schedule string STR, or signal an error.
;; Signals are caught by `nndary-schedule'.
;; Signals are caught by `nnd
i
ary-schedule'.
(
if
(
string-match
"[ \t]*\\*[ \t]*"
str
)
;; unspecified
nil
...
...
@@ -1204,7 +1204,7 @@ all. This may very well take some time.")
;; - Returns nil if `*'
;; - Otherwise returns a list of integers and/or ranges (BEG . END)
;; The exception is the Timze-Zone value which is always of the form (STR).
;; Signals are caught by `nndary-schedule'.
;; Signals are caught by `nnd
i
ary-schedule'.
(
let
((
header
(
format
"^X-Diary-%s: \\(.*\\)$"
head
)))
(
goto-char
(
point-min
))
(
if
(
not
(
re-search-forward
header
nil
t
))
...
...
lisp/international/robin.el
View file @
6196cffe
...
...
@@ -50,9 +50,9 @@
;; identified by a string called package name. Use robin-define-package
;; to define a robin package.
;; (robin-define-package NAME DOC
T
STRING
;; (INPUT1 OUPUT1)
;; (INPUT2 OUPUT2)
;; (robin-define-package NAME DOCSTRING
;; (INPUT1 OU
T
PUT1)
;; (INPUT2 OU
T
PUT2)
;; ...)
;; NAME is a string identifying the robin package. It often starts with a
...
...
lisp/net/ntlm.el
View file @
6196cffe
...
...
@@ -440,7 +440,7 @@ length of STR is LEN."
(
defun
ntlm-smb-dohash
(
in
key
forw
)
"Return the hash value for a string IN and a string KEY.
Length of IN and KEY are 64. FORW non
nil
l
means forward, nil means
Length of IN and KEY are 64. FORW non
-
nil means forward, nil means
backward."
(
let
(
pk1
;string of length 56
c
;string of length 28
...
...
lisp/net/tramp.el
View file @
6196cffe
...
...
@@ -3506,7 +3506,7 @@ If the `tramp-methods' entry does not exist, return nil."
(
cond
((
char-equal
other-write
?w
)
(
tramp-compat-octal-to-decimal
"00002"
))
((
char-equal
other-write
?-
)
0
)
(
t
(
error
"Nin
e
th char `%c' must be one of `w-'"
other-write
)))
(
t
(
error
"Ninth char `%c' must be one of `w-'"
other-write
)))
(
cond
((
char-equal
other-execute-or-sticky
?x
)
(
tramp-compat-octal-to-decimal
"00001"
))
...
...
lisp/progmodes/ada-stmt.el
View file @
6196cffe
...
...
@@ -56,7 +56,7 @@
;; BUGS:
;;;> I have the following suggestions for the function template: 1) I
;;;> don't want it automatically assigning it a name for the return variable. I
;;;> never want it to be called "Result" because that is nondescript
ive
. If you
;;;> never want it to be called "Result" because that is nondescript. If you
;;;> must define a variable, give me the ability to specify its name.
;;;>
;;;> 2) You do not provide a type for variable 'Result'. Its type is the same
...
...
lisp/term.el
View file @
6196cffe
...
...
@@ -37,8 +37,8 @@
;; --------------------------------------
;;
;; While the message passing and the colorization surely introduce some
;; overhead this has became so small that IMHO is surely outweigh
t
ed by
;; the benefits you get but, as usual, YMMV
;; overhead this has became so small that IMHO
it
is surely outweighed by
;; the benefits you get but, as usual, YMMV
.
;;
;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to
;; make a choice: on my Linux box this choice allows me to run all the
...
...
lisp/textmodes/remember.el
View file @
6196cffe
...
...
@@ -474,7 +474,7 @@ If this is nil, then `diary-file' will be used instead."
(
replace-match
(
let
((
style
(
if
(
boundp
'calendar-date-style
)
calendar-date-style
;; Don't complain about obsole
teness
.
;; Don't complain about obsole
scence
.
(
if
(
with-no-warnings
european-calendar-style
)
'european
'american
))))
...
...
src/print.c
View file @
6196cffe
...
...
@@ -620,7 +620,7 @@ A printed representation of an object is text which describes that object. */)
printcharfun
=
Vprin1_to_string_buffer
;
PRINTPREPARE
;
print
(
object
,
printcharfun
,
NILP
(
noescape
));
/* Make Vprin1_to_string_buffer be the default buffer after PRINTFINSH */
/* Make Vprin1_to_string_buffer be the default buffer after PRINTFIN
I
SH */
PRINTFINISH
;
}
...
...
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