mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
(syms_of_category): Fix typo in docstring.
This commit is contained in:
parent
a8028e7bcf
commit
ecdcaa09af
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* category.c (syms_of_category): Fix typo in docstring.
|
||||
|
||||
2008-10-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
|
||||
|
|
|
|||
|
|
@ -492,7 +492,7 @@ in this list.
|
|||
\(2) The case that character are in the same script is controlled by
|
||||
the variable `word-separating-categories'.
|
||||
|
||||
Emacs find a word boundary between characters of the same script
|
||||
Emacs finds a word boundary between characters of the same script
|
||||
if they have categories matching some element of this list.
|
||||
|
||||
More precisely, if an element of this list is a cons of category CAT1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue