mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix some duplicate words typos
* lisp/erc/erc.el (erc-hide-current-message-p): * lisp/progmodes/flymake-proc.el (flymake-proc-diagnostic-type-pred): * doc/lispref/display.texi (Bidirectional Display, Delayed Warnings): * doc/lispref/functions.texi (Defining Functions): * doc/lispref/os.texi (Terminal-Specific): * doc/misc/sem-user.texi (Analyzer Debug): * doc/misc/srecode.texi (Special Variables): Fix typos.
This commit is contained in:
parent
8bd9524a7c
commit
50f711e7fa
16 changed files with 24 additions and 24 deletions
|
|
@ -169,13 +169,13 @@ from compile.el")
|
|||
"Predicate matching against diagnostic text to detect its type.
|
||||
Takes a single argument, the diagnostic's text and should return
|
||||
a value suitable for indexing
|
||||
`flymake-diagnostic-types-alist' (which see). If the returned
|
||||
value is nil, a type of `:error' is assumed. For some backward
|
||||
compatibility, if a non-nil value is returned that that doesn't
|
||||
`flymake-diagnostic-types-alist' (which see). If the returned
|
||||
value is nil, a type of `:error' is assumed. For some backward
|
||||
compatibility, if a non-nil value is returned that doesn't
|
||||
index that alist, a type of `:warning' is assumed.
|
||||
|
||||
Instead of a function, it can also be a string, a regular
|
||||
expression. A match indicates `:warning' type, otherwise
|
||||
expression. A match indicates `:warning' type, otherwise
|
||||
`:error'")
|
||||
|
||||
(defun flymake-proc-default-guess (text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue