; spelling fixes
This commit is contained in:
parent
e898442be3
commit
2391d3f45d
8 changed files with 8 additions and 8 deletions
|
@ -93,7 +93,7 @@ The optional display of the fill-column indicator is no longer
|
||||||
supported. With the display sizes becoming smaller and smaller as you
|
supported. With the display sizes becoming smaller and smaller as you
|
||||||
move back in time, we feel that the display itself will always show
|
move back in time, we feel that the display itself will always show
|
||||||
you where to fill or wrap your text, and do this much more easily and
|
you where to fill or wrap your text, and do this much more easily and
|
||||||
reliably than eny such display indicator.
|
reliably than any such display indicator.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
We removed the features that made visiting large files easier. Thus,
|
We removed the features that made visiting large files easier. Thus,
|
||||||
|
|
|
@ -1411,7 +1411,7 @@ other words, if a module function wants to call Lisp functions or
|
||||||
Emacs primitives, convert @code{emacs_value} objects to and from C
|
Emacs primitives, convert @code{emacs_value} objects to and from C
|
||||||
datatypes (@pxref{Module Values}), or interact with Emacs in any other
|
datatypes (@pxref{Module Values}), or interact with Emacs in any other
|
||||||
way, some call from Emacs to @code{emacs_module_init} or to a module
|
way, some call from Emacs to @code{emacs_module_init} or to a module
|
||||||
function must be in the callstack. Module function may not interact
|
function must be in the call stack. Module function may not interact
|
||||||
with Emacs while garbage collection is running; @pxref{Garbage
|
with Emacs while garbage collection is running; @pxref{Garbage
|
||||||
Collection}. They may only interact with Emacs from Lisp interpreter
|
Collection}. They may only interact with Emacs from Lisp interpreter
|
||||||
threads (including the main thread) created by Emacs; @pxref{Threads}.
|
threads (including the main thread) created by Emacs; @pxref{Threads}.
|
||||||
|
|
|
@ -135,7 +135,7 @@ non-@code{nil} value, it returns that value; otherwise it returns
|
||||||
@node Setting Hooks
|
@node Setting Hooks
|
||||||
@subsection Setting Hooks
|
@subsection Setting Hooks
|
||||||
|
|
||||||
Here's an example that adds a funtion to a mode hook to turn
|
Here's an example that adds a function to a mode hook to turn
|
||||||
on Auto Fill mode when in Lisp Interaction mode:
|
on Auto Fill mode when in Lisp Interaction mode:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
|
2
etc/NEWS
2
etc/NEWS
|
@ -697,7 +697,7 @@ current and the previous or the next line, as before.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** You can now change the font size with the mouse wheel.
|
** You can now change the font size with the mouse wheel.
|
||||||
Scroling the mouse wheel with the Ctrl key pressed will now act the
|
Scrolling the mouse wheel with the Ctrl key pressed will now act the
|
||||||
same as the 'C-x C-+' and 'C-x C--' commands.
|
same as the 'C-x C-+' and 'C-x C--' commands.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,7 @@ Return (REGEXP . PRECEDENCE)."
|
||||||
;; (or (+ digit) "CHARLIE" "CHAN" (+ blank))
|
;; (or (+ digit) "CHARLIE" "CHAN" (+ blank))
|
||||||
;; -> (or (+ digit) (or "CHARLIE" "CHAN") (+ blank))
|
;; -> (or (+ digit) (or "CHARLIE" "CHAN") (+ blank))
|
||||||
;;
|
;;
|
||||||
;; - Optimise single-character alternatives better:
|
;; - Optimize single-character alternatives better:
|
||||||
;; * classes: space, alpha, ...
|
;; * classes: space, alpha, ...
|
||||||
;; * (syntax S), for some S (whitespace, word)
|
;; * (syntax S), for some S (whitespace, word)
|
||||||
;; so that (or "@" "%" digit (any "A-Z" space) (syntax word))
|
;; so that (or "@" "%" digit (any "A-Z" space) (syntax word))
|
||||||
|
|
|
@ -2821,7 +2821,7 @@ See Info node `(gnus)Formatting Variables'."
|
||||||
(:constructor gnus-info-make
|
(:constructor gnus-info-make
|
||||||
(group rank read &optional marks method params))
|
(group rank read &optional marks method params))
|
||||||
(:constructor nil)
|
(:constructor nil)
|
||||||
;; FIMXE: gnus-newsrc-alist contains a list of those,
|
;; FIXME: gnus-newsrc-alist contains a list of those,
|
||||||
;; so changing them to a real struct will take more work!
|
;; so changing them to a real struct will take more work!
|
||||||
(:type list))
|
(:type list))
|
||||||
group rank read marks method params)
|
group rank read marks method params)
|
||||||
|
|
|
@ -391,7 +391,7 @@ SUBJECT is a regular expression."
|
||||||
(defun rmail-summary-by-senders (senders)
|
(defun rmail-summary-by-senders (senders)
|
||||||
"Display a summary of all messages whose \"From\" field matches SENDERS.
|
"Display a summary of all messages whose \"From\" field matches SENDERS.
|
||||||
SENDERS is a regular expression. The default for SENDERS matches the
|
SENDERS is a regular expression. The default for SENDERS matches the
|
||||||
sender of the current messsage."
|
sender of the current message."
|
||||||
(interactive
|
(interactive
|
||||||
(let* ((def (rmail-get-header "From"))
|
(let* ((def (rmail-get-header "From"))
|
||||||
;; We quote the default argument, because if it contains regexp
|
;; We quote the default argument, because if it contains regexp
|
||||||
|
|
|
@ -2024,7 +2024,7 @@ quit spell session exited."
|
||||||
(setq ispell-filter (cdr ispell-filter))
|
(setq ispell-filter (cdr ispell-filter))
|
||||||
(when (and ispell-filter (listp ispell-filter))
|
(when (and ispell-filter (listp ispell-filter))
|
||||||
(if (> (length ispell-filter) 1)
|
(if (> (length ispell-filter) 1)
|
||||||
(error "Ispell and its processs have different character maps: %s" ispell-filter)
|
(error "Ispell and its process have different character maps: %s" ispell-filter)
|
||||||
(ispell-parse-output (car ispell-filter)))))
|
(ispell-parse-output (car ispell-filter)))))
|
||||||
|
|
||||||
(defun ispell-error-checking-word (word)
|
(defun ispell-error-checking-word (word)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue