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
adc5dbce
Commit
adc5dbce
authored
Jun 30, 2013
by
Paul Eggert
Browse files
Spelling fixes.
parent
5d1c3286
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
24 deletions
+24
-24
doc/lispref/display.texi
doc/lispref/display.texi
+3
-3
etc/NEWS
etc/NEWS
+1
-1
lisp/ChangeLog.13
lisp/ChangeLog.13
+1
-1
lisp/calendar/todo-mode.el
lisp/calendar/todo-mode.el
+15
-15
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+1
-1
src/conf_post.h
src/conf_post.h
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
test/automated/flymake-tests.el
test/automated/flymake-tests.el
+1
-1
No files found.
doc/lispref/display.texi
View file @
adc5dbce
...
...
@@ -4656,11 +4656,11 @@ aspect ratio may not be preserved.
@item :max-width, :max-height
The @code{:max-width} and @code{:max-height} keywords are used for
scaling if the size of the image of the image exceeds these values.
If @code{:width} is set it will have pre
s
edence over @code{max-width},
and if @code{:height} is set it will have pre
s
edence over
If @code{:width} is set it will have pre
c
edence over @code{max-width},
and if @code{:height} is set it will have pre
c
edence over
@code{max-height}, but you can otherwise mix these keywords as you
wish. @code{:max-width} and @code{:max-height} will always preserve
the aspec ratio.
the aspec
t
ratio.
@item :rotation
Specifies a rotation angle in degrees.
...
...
etc/NEWS
View file @
adc5dbce
...
...
@@ -369,7 +369,7 @@ New features include:
- support for multiple todo files and archive files of done items;
- renaming, reordering, moving, merging, and deleting categories;
- sortable tabular summaries of categories and the types of items they contain;
- cross-categor
ial
lists of items filtered by specific criteria;
- cross-categor
y
lists of items filtered by specific criteria;
- more fine-grained interaction with the Emacs diary, by being able to decide
for each todo item whether it appears in the Fancy Diary display;
- highly flexible new item insertion and item editing;
...
...
lisp/ChangeLog.13
View file @
adc5dbce
...
...
@@ -12554,7 +12554,7 @@
2007-08-23 John Wiegley <johnw@newartisans.com>
* calendar/cal-bahai.el: Added in the diacritic
al
s that were
* calendar/cal-bahai.el: Added in the diacritics that were
missing for many of the month names.
2007-08-22 Jason Rumney <jasonr@gnu.org>
...
...
lisp/calendar/todo-mode.el
View file @
adc5dbce
...
...
@@ -40,7 +40,7 @@
;; You can add new todo files and categories, rename categories, move
;; them to another file or delete them. You can also display summary
;; tables of the categories in a file and the types of items they
;; contain. And you can build cross-categor
ial
lists of items that
;; contain. And you can build cross-categor
y
lists of items that
;; satisfy various criteria.
;; To get started, load this package and type `M-x todo-show'. This
...
...
@@ -440,7 +440,7 @@ less than or equal the category's top priority setting."
(((class color) (min-colors 16) (background dark)) :foreground "LightSteelBlue")
(((class color) (min-colors 8)) :foreground "blue" :weight bold)
(t :weight bold))
"Face for separator string be
w
teen done and not done todo items."
"Face for separator string bet
w
een done and not done todo items."
:group 'todo-faces)
(defface todo-done
...
...
@@ -1095,7 +1095,7 @@ Noninteractively, return the name of the new file."
This makes the entire file visible and the buffer writeable 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, signal
l
ing
\\[todo-edit-quit]. This runs a file format check, signaling
an error if the format has become invalid. However, this check
cannot tell if the number of items changed, which could result in
the file containing inconsistent information. For this reason
...
...
@@ -1586,7 +1586,7 @@ marking of the next N items."
(todo-forward-item))))
(defun todo-mark-category ()
"Mark all visibl
w
items in this category with `todo-item-mark'."
"Mark all visibl
e
items in this category with `todo-item-mark'."
(interactive)
(let* ((cat (todo-current-category))
(marks (assoc cat todo-categories-with-marks)))
...
...
@@ -1628,7 +1628,7 @@ marking of the next N items."
This is the function from which the generated Todo mode item
insertion commands derive.
The generated commands have mne
nom
ic key bindings based on the
The generated commands have mne
mon
ic key bindings based on the
arguments' values and their order in the command's argument list,
as follows: (1) for DIARY `d', (2) for NONMARKING `k', (3) for
DATE-TYPE either `c' for calendar or `d' for date or `n' for
...
...
@@ -3288,7 +3288,7 @@ categories display according to priority."
In the initial display the categories are numbered, indicating
their current order for navigating by \\[todo-forward-category]
and \\[todo-backward-category]. You can per
sista
ntly change the
and \\[todo-backward-category]. You can per
mane
ntly change the
order of the category at point by typing
\\[todo-set-category-number], \\[todo-raise-category] or
\\[todo-lower-category].
...
...
@@ -4019,10 +4019,10 @@ regexp items."
"Buffer type string for `todo-filter-items'.")
(defun todo-filter-items (filter &optional new multifile)
"Display a cross-categor
ial
list of items filtered by FILTER.
"Display a cross-categor
y
list of items filtered by FILTER.
The values of FILTER can be `top' for top priority items, a cons
of `top' and a number passed by the caller, `diary' for diary
items, or `regexp' for items matching a regular expresion entered
items, or `regexp' for items matching a regular expres
s
ion entered
by the user. The items can be from any categories in the current
todo file or, with non-nil MULTIFILE, from several files. If NEW
is nil, visit an appropriate file containing the list of filtered
...
...
@@ -5069,7 +5069,7 @@ empty line above the done items separator."
(not (looking-at (regexp-quote todo-nondiary-start))))))
;; This duplicates the item locating code from diary-goto-entry, but
;; without the marker code, to test whether the latter is dispens
i
ble.
;; without the marker code, to test whether the latter is dispens
a
ble.
;; If it is, diary-goto-entry can be simplified. The code duplication
;; here can also be eliminated, leaving only the widening and category
;; selection, and instead of :override advice :around can be used.
...
...
@@ -5266,10 +5266,10 @@ The elements of ARGLIST may be atoms or lists."
"Generator list for argument lists of item insertion commands.")
(defvar todo-insertion-commands-args
(let ((arg
s
list (todo-gen-arglists todo-insertion-commands-args-genlist))
(let ((arglist (todo-gen-arglists todo-insertion-commands-args-genlist))
res new)
(setq res (cl-remove-duplicates
(apply 'append (mapcar 'todo-powerset arg
s
list)) :test 'equal))
(apply 'append (mapcar 'todo-powerset arglist)) :test 'equal))
(dolist (l res)
(unless (= 5 (length l))
(let ((v (make-vector 5 nil)) elt)
...
...
@@ -5524,12 +5524,12 @@ categories from `todo-category-completions-files'."
;; Default to the current file.
(unless file0 (setq file0 todo-current-todo-file))
;; First validate only a name passed interactively from
;; todo-add-category, which must be of a nonexist
ing
category.
;; todo-add-category, which must be of a nonexist
ent
category.
(unless (and (assoc cat categories) (not add))
;; Validate only against completion categories.
(let ((todo-categories categories))
(setq cat (todo-validate-name cat 'category)))
;; When user enters a nonexist
ing
category name by jumping or
;; When user enters a nonexist
est
category name by jumping or
;; moving, confirm that it should be added, then validate.
(unless add
(if (todo-y-or-n-p (format "Add new category \"%s\" to file \"%s\"? "
...
...
@@ -5677,7 +5677,7 @@ number of the last the day of the month."
(completing-read "Enter a day name: "
(append calendar-day-name-array nil)
nil t)))
(defun todo-read-time ()
"Prompt for and return a valid clock time as a string.
...
...
@@ -6221,7 +6221,7 @@ Filtered Items mode following todo (not done) items."
;; ))
;; -----------------------------------------------------------------------------
;;; Hook functions and mode definitions
;;; Hook functions and mode definitions
;; -----------------------------------------------------------------------------
(defun todo-show-current-file ()
...
...
lisp/gnus/ChangeLog
View file @
adc5dbce
...
...
@@ -80,7 +80,7 @@
(eww-colorize-region): Use `add-face-text-property'.
* shr.el (shr-add-font): Append face data, so that we get the correct
pre
s
edence: The innermost value (which is applied first) wins.
pre
c
edence: The innermost value (which is applied first) wins.
(shr-make-overlay): Obsolete function.
* mm-decode.el (mm-convert-shr-links): New function to convert
...
...
src/conf_post.h
View file @
adc5dbce
...
...
@@ -231,7 +231,7 @@ extern void _DebPrint (const char *fmt, ...);
#define FOO_INLINE EXTERN_INLINE
before including any .h file other than config.h.
Other .c files should not define FOO_IN
I
LNE.
Other .c files should not define FOO_INL
I
NE.
C99 compilers compile functions like 'incr' as C99-style extern
inline functions. Pre-C99 GCCs do something similar with
...
...
src/xdisp.c
View file @
adc5dbce
...
...
@@ -20387,7 +20387,7 @@ Value is the new character position of point. */)
break;
}
/* If we ended up on a composed character inside
bidi-reordered text (e.g., Hebrew text with diacritic
al
s),
bidi-reordered text (e.g., Hebrew text with diacritics),
the iterator gives us the buffer position of the last (in
logical order) character of the composed grapheme cluster,
which is not what we want. So we cheat: we compute the
...
...
test/automated/flymake-tests.el
View file @
adc5dbce
...
...
@@ -43,7 +43,7 @@
(
face-at-point
))
(
and
buffer
(
kill-buffer
buffer
)))))
(
ert-deftest
warnin
in
g-predicate-rx-gcc
()
(
ert-deftest
warning-predicate-rx-gcc
()
"Test GCC warning via regexp predicate."
:expected-result
(
if
(
executable-find
"gcc"
)
:passed
:failed
)
(
should
(
eq
'flymake-warnline
...
...
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