aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-12-20 19:01:00 +0000
committerPavel Janík2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /src
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
downloademacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz
emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip
Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
-rw-r--r--src/lread.c4
-rw-r--r--src/w32term.c2
-rw-r--r--src/xdisp.c2
-rw-r--r--src/xfaces.c2
-rw-r--r--src/xterm.c2
6 files changed, 7 insertions, 7 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 33e3244c061..cc70f6331c7 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1045,7 +1045,7 @@ the front of KEYMAP. */)
1045 } 1045 }
1046} 1046}
1047 1047
1048/* Value is number if KEY is too long; NIL if valid but has no definition. */ 1048/* Value is number if KEY is too long; nil if valid but has no definition. */
1049/* GC is possible in this function if it autoloads a keymap. */ 1049/* GC is possible in this function if it autoloads a keymap. */
1050 1050
1051DEFUN ("lookup-key", Flookup_key, Slookup_key, 2, 3, 0, 1051DEFUN ("lookup-key", Flookup_key, Slookup_key, 2, 3, 0,
diff --git a/src/lread.c b/src/lread.c
index 80463c1e18e..824e34ae47b 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3229,8 +3229,8 @@ defvar_int (namestring, address)
3229 SET_SYMBOL_VALUE (sym, val); 3229 SET_SYMBOL_VALUE (sym, val);
3230} 3230}
3231 3231
3232/* Similar but define a variable whose value is T if address contains 1, 3232/* Similar but define a variable whose value is t if address contains 1,
3233 NIL if address contains 0 */ 3233 nil if address contains 0 */
3234void 3234void
3235defvar_bool (namestring, address) 3235defvar_bool (namestring, address)
3236 char *namestring; 3236 char *namestring;
diff --git a/src/w32term.c b/src/w32term.c
index 19e51266dac..96b4821a815 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -11113,7 +11113,7 @@ wide as that tab on the display. */);
11113 DEFVAR_BOOL ("x-use-underline-position-properties", 11113 DEFVAR_BOOL ("x-use-underline-position-properties",
11114 &x_use_underline_position_properties, 11114 &x_use_underline_position_properties,
11115 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 11115 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
11116Nil means ignore them. If you encounter fonts with bogus 11116nil means ignore them. If you encounter fonts with bogus
11117UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 11117UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
11118to 4.1, set this to nil. */); 11118to 4.1, set this to nil. */);
11119 x_use_underline_position_properties = 1; 11119 x_use_underline_position_properties = 1;
diff --git a/src/xdisp.c b/src/xdisp.c
index 1dd5f0fa985..320075ba49d 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -14952,7 +14952,7 @@ go back to their normal size. */);
14952 DEFVAR_BOOL ("cursor-in-non-selected-windows", 14952 DEFVAR_BOOL ("cursor-in-non-selected-windows",
14953 &cursor_in_non_selected_windows, 14953 &cursor_in_non_selected_windows,
14954 doc: /* *Non-nil means display a hollow cursor in non-selected windows. 14954 doc: /* *Non-nil means display a hollow cursor in non-selected windows.
14955Nil means don't display a cursor there. */); 14955nil means don't display a cursor there. */);
14956 cursor_in_non_selected_windows = 1; 14956 cursor_in_non_selected_windows = 1;
14957 14957
14958 DEFVAR_BOOL ("automatic-hscrolling", &automatic_hscrolling_p, 14958 DEFVAR_BOOL ("automatic-hscrolling", &automatic_hscrolling_p,
diff --git a/src/xfaces.c b/src/xfaces.c
index f1477fdea4c..704a31d9b35 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -3330,7 +3330,7 @@ merge_face_vectors (f, from, to, cycle_check)
3330 elements, this macro begins consing in order to keep more precise 3330 elements, this macro begins consing in order to keep more precise
3331 track of elements. 3331 track of elements.
3332 3332
3333 Returns NIL if a cycle was detected, otherwise a new value for CHECK 3333 Returns nil if a cycle was detected, otherwise a new value for CHECK
3334 that includes EL. 3334 that includes EL.
3335 3335
3336 CHECK is evaluated multiple times, EL and SUSPICIOUS 0 or 1 times, so 3336 CHECK is evaluated multiple times, EL and SUSPICIOUS 0 or 1 times, so
diff --git a/src/xterm.c b/src/xterm.c
index 51b94c9fb37..ccc54c7fb14 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -14871,7 +14871,7 @@ wide as that tab on the display. */);
14871 DEFVAR_BOOL ("x-use-underline-position-properties", 14871 DEFVAR_BOOL ("x-use-underline-position-properties",
14872 &x_use_underline_position_properties, 14872 &x_use_underline_position_properties,
14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties. 14873 doc: /* *Non-nil means make use of UNDERLINE_POSITION font properties.
14874Nil means ignore them. If you encounter fonts with bogus 14874nil means ignore them. If you encounter fonts with bogus
14875UNDERLINE_POSITION font properties, for example 7x13 on XFree prior 14875UNDERLINE_POSITION font properties, for example 7x13 on XFree prior
14876to 4.1, set this to nil. */); 14876to 4.1, set this to nil. */);
14877 x_use_underline_position_properties = 1; 14877 x_use_underline_position_properties = 1;