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
ae93878a
Commit
ae93878a
authored
Jan 13, 2014
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes.
parent
e3f33e5d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
11 deletions
+15
-11
admin/admin.el
admin/admin.el
+1
-1
doc/emacs/buffers.texi
doc/emacs/buffers.texi
+1
-1
doc/emacs/emacs.texi
doc/emacs/emacs.texi
+1
-1
doc/misc/org.texi
doc/misc/org.texi
+1
-1
doc/misc/todo-mode.texi
doc/misc/todo-mode.texi
+1
-1
lisp/calendar/todo-mode.el
lisp/calendar/todo-mode.el
+2
-2
lisp/eshell/esh-mode.el
lisp/eshell/esh-mode.el
+1
-1
lisp/gnus/nndiary.el
lisp/gnus/nndiary.el
+4
-0
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+1
-1
lisp/speedbar.el
lisp/speedbar.el
+1
-1
test/ChangeLog
test/ChangeLog
+1
-1
No files found.
admin/admin.el
View file @
ae93878a
...
...
@@ -78,7 +78,7 @@ Root must be the root of an Emacs source tree."
(
user-error
"%s doesn't seem to be the root of an Emacs source tree"
root
))
;; There's also a "version 3" (standing for GPLv3) at the end of
;; `README', but since `set-version-in-file' only replaces the first
;; occurence, it won't be replaced.
;; occur
r
ence, it won't be replaced.
(
set-version-in-file
root
"README"
version
(
rx
(
and
"version"
(
1+
space
)
(
submatch
(
1+
(
in
"0-9."
))))))
...
...
doc/emacs/buffers.texi
View file @
ae93878a
...
...
@@ -51,7 +51,7 @@ also limited by the amount of memory in the system.
@menu
* Select Buffer:: Creating a new buffer or reselecting an old one.
* List Buffers:: Getting a list of buffers that exist.
* Misc Buffer:: Renaming; changing read-only
nes
s; copying text.
* Misc Buffer:: Renaming; changing read-only
statu
s; copying text.
* Kill Buffer:: Killing buffers you no longer need.
* Several Buffers:: How to go through the list of all buffers
and operate variously on several of them.
...
...
doc/emacs/emacs.texi
View file @
ae93878a
...
...
@@ -493,7 +493,7 @@ Using Multiple Buffers
* Select Buffer:: Creating a new buffer or reselecting an old one.
* List Buffers:: Getting a list of buffers that exist.
* Misc Buffer:: Renaming; changing read-only
nes
s; copying text.
* Misc Buffer:: Renaming; changing read-only
statu
s; copying text.
* Kill Buffer:: Killing buffers you no longer need.
* Several Buffers:: How to go through the list of all buffers
and operate variously on several of them.
...
...
doc/misc/org.texi
View file @
ae93878a
...
...
@@ -10690,7 +10690,7 @@ Toggle inclusion of tables (@code{org-export-with-tables}).
@cindex property, EXPORT_FILE_NAME
When exporting only a subtree, each of the previous keywords@footnote{With
the exception of @samp{SETUPFILE}.} can be overriden locally by special node
the exception of @samp{SETUPFILE}.} can be overrid
d
en locally by special node
properties. These begin with @samp{EXPORT_}, followed by the name of the
keyword they supplant. For example, @samp{DATE} and @samp{OPTIONS} keywords
become, respectively, @samp{EXPORT_DATE} and @samp{EXPORT_OPTIONS}
...
...
doc/misc/todo-mode.texi
View file @
ae93878a
...
...
@@ -443,7 +443,7 @@ This command also kill the buffers visiting the deleted files.
@item F e
This command (@code
{
todo-edit-file
}
) changes the buffer's major mode to
Todo Edit mode. In this mode the entire file is visible, the buffer is
writ
e
able and you can use the self-insertion keys and standard Emacs
writable and you can use the self-insertion keys and standard Emacs
editing commands to make changes. To return to Todo mode, type @kbd
{
C-x
C-q
}
(@code
{
todo-edit-quit
}
).
...
...
lisp/calendar/todo-mode.el
View file @
ae93878a
...
...
@@ -1204,7 +1204,7 @@ visiting the deleted files."
(
defun
todo-edit-file
()
"Put current buffer in `todo-edit-mode'.
This makes the entire file visible and the buffer writ
e
able and
This makes the entire file visible and the buffer writable and
you can use the self-insertion keys and standard Emacs editing
commands to make changes. To return to Todo mode, type
\\[todo-edit-quit]. This runs a file format check, signaling
...
...
@@ -5560,7 +5560,7 @@ already entered and those still available."
(
if
(
or
(
eq
name
'default
)
(
eq
name
'calendar
)
(
eq
name
'here
))
" { " " ")
" { "
" "
)
"%s=>%s"
(
when
(
or
(
eq
name
'copy
)
(
eq
name
'dayname
)
...
...
lisp/eshell/esh-mode.el
View file @
ae93878a
...
...
@@ -482,7 +482,7 @@ and the hook `eshell-exit-hook'."
(
declare-function
find-tag-interactive
"etags"
(
prompt
&optional
no-default
))
(
defun
eshell-find-tag
(
&optional
tagname
next-p
regexp-p
)
"A special version of `find-tag' that ignores read-only
ness
."
"A special version of `find-tag' that ignores
whether the text is
read-only."
(
interactive
)
(
require
'etags
)
(
let
((
inhibit-read-only
t
)
...
...
lisp/gnus/nndiary.el
View file @
ae93878a
...
...
@@ -1314,6 +1314,8 @@ all. This may very well take some time.")
res
))
(
sort
res
'time-less-p
)))
;; FIXME: "occurrence" is misspelled in this function name.
(
defun
nndiary-last-occurence
(
sched
)
;; Returns the last occurrence of schedule SCHED as an Emacs time struct, or
;; nil for permanent schedule or errors.
...
...
@@ -1394,6 +1396,8 @@ all. This may very well take some time.")
nil
))
))))
;; FIXME: "occurrence" is misspelled in this function name.
(
defun
nndiary-next-occurence
(
sched
now
)
;; Returns the next occurrence of schedule SCHED, starting from time NOW.
;; If there's no next occurrence, returns the last one (if any) which is then
...
...
lisp/net/ange-ftp.el
View file @
ae93878a
...
...
@@ -364,7 +364,7 @@
;;
;; Filename syntax:
;;
;; CMS filenames are entered in a UNIX-y way. In otherwords, minidisks are
;; CMS filenames are entered in a UNIX-y way. In other
words, minidisks are
;; treated as UNIX directories. For example to access the file READ.ME in
;; minidisk *.311 on cuvmb.cc.columbia.edu, you would enter
;; /anonymous@cuvmb.cc.columbia.edu:/*.311/READ.ME
...
...
lisp/speedbar.el
View file @
ae93878a
...
...
@@ -2969,7 +2969,7 @@ that will occur on your system."
(
run-hook-with-args
'speedbar-vc-in-control-hook
directory
name
)
))
;; Objet File scanning
;; Obje
c
t File scanning
(
defun
speedbar-check-objects
()
"Scan all files in a directory, and for each see if there is an object.
See `speedbar-check-obj-this-line' and `speedbar-obj-alist' for how
...
...
test/ChangeLog
View file @
ae93878a
...
...
@@ -583,7 +583,7 @@
* automated/file-notify-tests.el
(file-notify--test-local-enabled): New defconst. Replaces all
`file-notify-support' occurences.
`file-notify-support' occur
r
ences.
(file-notify--test-remote-enabled): New defun.
(file-notify--deftest-remote): Use it.
(file-notify-test00-availability): Rewrite.
...
...
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