aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1998-06-20 22:06:30 +0000
committerKarl Heuer1998-06-20 22:06:30 +0000
commit94487c4e376640bab3281d19b19bbca531ab78ec (patch)
treee3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /lisp
parent799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff)
downloademacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz
emacs-94487c4e376640bab3281d19b19bbca531ab78ec.zip
Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/characters.el8
-rw-r--r--lisp/startup.el4
-rw-r--r--lisp/textmodes/ispell.el10
3 files changed, 11 insertions, 11 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 4eec1209a8a..ba55a2c7677 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -54,13 +54,13 @@
54 54
55;; For each group (row) of 2-byte character sets. 55;; For each group (row) of 2-byte character sets.
56 56
57(define-category ?A "Alpha numeric characters of 2-byte character sets") 57(define-category ?A "Alpha-numeric characters of 2-byte character sets")
58(define-category ?C "Chinese (Han) characters of 2-byte character sets") 58(define-category ?C "Chinese (Han) characters of 2-byte character sets")
59(define-category ?G "Greek characters of 2-byte characters sets") 59(define-category ?G "Greek characters of 2-byte character sets")
60(define-category ?H "Japanese Hiragana characters of 2-byte character sets") 60(define-category ?H "Japanese Hiragana characters of 2-byte character sets")
61(define-category ?K "Japanese Katakana characters of 2-byte character sets") 61(define-category ?K "Japanese Katakana characters of 2-byte character sets")
62(define-category ?N "Korean Hangul characters of 2-byte character sets") 62(define-category ?N "Korean Hangul characters of 2-byte character sets")
63(define-category ?Y "Cyrillic character of 2-byte character sets") 63(define-category ?Y "Cyrillic characters of 2-byte character sets")
64(define-category ?I "Indian Glyphs") 64(define-category ?I "Indian Glyphs")
65 65
66;; For phonetic classifications. 66;; For phonetic classifications.
@@ -83,7 +83,7 @@
83(define-category ? 83(define-category ?
84 "This character counts as a space for indentation purposes.") 84 "This character counts as a space for indentation purposes.")
85 85
86;; Keep the followings for `kinsoku' processing. See comments in 86;; Keep the following for `kinsoku' processing. See comments in
87;; kinsoku.el. 87;; kinsoku.el.
88(define-category ?> "A character which can't be placed at beginning of line.") 88(define-category ?> "A character which can't be placed at beginning of line.")
89(define-category ?< "A character which can't be placed at end of line.") 89(define-category ?< "A character which can't be placed at end of line.")
diff --git a/lisp/startup.el b/lisp/startup.el
index 1bb948ea0a8..32fe585682c 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -134,7 +134,7 @@ with the contents of the startup message."
134 "*Non-nil inhibits the initial startup echo area message. 134 "*Non-nil inhibits the initial startup echo area message.
135Setting this variable takes effect 135Setting this variable takes effect
136only if you do it with the customization buffer 136only if you do it with the customization buffer
137or it your `.emacs' file contains a line of this form: 137or if your `.emacs' file contains a line of this form:
138 (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\") 138 (setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")
139If your `.emacs' file is byte-compiled, use the following form instead: 139If your `.emacs' file is byte-compiled, use the following form instead:
140 (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\")) 140 (eval '(setq inhibit-startup-echo-area-message \"YOUR-USER-NAME\"))
@@ -249,7 +249,7 @@ Emacs never sets this variable itself.")
249 "The brand of keyboard you are using. 249 "The brand of keyboard you are using.
250This variable is used to define 250This variable is used to define
251the proper function and keypad keys for use under X. It is used in a 251the proper function and keypad keys for use under X. It is used in a
252fashion analogous to the environment value TERM.") 252fashion analogous to the environment variable TERM.")
253 253
254(defvar window-setup-hook nil 254(defvar window-setup-hook nil
255 "Normal hook run to initialize window system display. 255 "Normal hook run to initialize window system display.
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 080c221a48e..2499111a767 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -774,13 +774,13 @@ The last occurring definition in the buffer will be used.")
774 ;; identification of the computer name, e.g.: 774 ;; identification of the computer name, e.g.:
775 ;; "\\(\\w\\|-\\)+[.:@]\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+" 775 ;; "\\(\\w\\|-\\)+[.:@]\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+"
776 ) 776 )
777 "A-list expressing begining and end of regions not to spell check. 777 "Alist expressing beginning and end of regions not to spell check.
778The alist key must be a regular expression. 778The alist key must be a regular expression.
779Valid forms include: 779Valid forms include:
780 (KEY) - just skip the key. 780 (KEY) - just skip the key.
781 (KEY . REGEXP) - skip to the end REGEXP. REGEXP may be string or symbol. 781 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
782 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. 782 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
783 (KEY FUNCTION ARGS) - function called with args returns end of region.") 783 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
784 784
785 785
786 786
@@ -1984,7 +1984,7 @@ Return non-nil if not aborted."
1984 1984
1985 1985
1986;;; Creates the regexp for skipping a region. 1986;;; Creates the regexp for skipping a region.
1987;;; Makes the skip-regxp local for tex buffers adding in the 1987;;; Makes the skip-regexp local for tex buffers adding in the
1988;;; tex expressions to skip as well. 1988;;; tex expressions to skip as well.
1989;;; Call AFTER ispell-buffer-local-parsing. 1989;;; Call AFTER ispell-buffer-local-parsing.
1990(defun ispell-begin-skip-region-regexp () 1990(defun ispell-begin-skip-region-regexp ()
@@ -2780,7 +2780,7 @@ Both should not be used to define a buffer-local dictionary."
2780; LocalWords: pgp NZST Vignaux autoloaded loaddefs aff Francais Nederlands SPC 2780; LocalWords: pgp NZST Vignaux autoloaded loaddefs aff Francais Nederlands SPC
2781; LocalWords: popup nonmenu regexp herr num pers dict unhighlight ccept uit NB 2781; LocalWords: popup nonmenu regexp herr num pers dict unhighlight ccept uit NB
2782; LocalWords: buf grep sync prev inc hilight olddot AIX ersion msg read's op 2782; LocalWords: buf grep sync prev inc hilight olddot AIX ersion msg read's op
2783; LocalWords: bufs pt regxp multibyte cmd Quinlan uuencoded esp unidiff eg sc 2783; LocalWords: bufs pt multibyte cmd Quinlan uuencoded esp unidiff eg sc
2784; LocalWords: VM lns HTML eval american IspellPersDict 2784; LocalWords: VM lns HTML eval american IspellPersDict
2785 2785
2786;;; ispell.el ends here 2786;;; ispell.el ends here