comparison src/buffer.c @ 102966:a58ef8dce7bd

(syms_of_buffer) <line-spacing>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 14 Apr 2009 13:57:12 +0000
parents f40356cf5650
children aa5e8ff5a9c4
comparison
equal deleted inserted replaced
102965:87e27eb67208 102966:a58ef8dce7bd
6243 `cursor-in-non-selected-windows'. */); 6243 `cursor-in-non-selected-windows'. */);
6244 6244
6245 DEFVAR_PER_BUFFER ("line-spacing", 6245 DEFVAR_PER_BUFFER ("line-spacing",
6246 &current_buffer->extra_line_spacing, Qnil, 6246 &current_buffer->extra_line_spacing, Qnil,
6247 doc: /* Additional space to put between lines when displaying a buffer. 6247 doc: /* Additional space to put between lines when displaying a buffer.
6248 The space is measured in pixels, and put below lines on window systems. 6248 The space is measured in pixels, and put below lines on graphic displays,
6249 see `display-graphic-p'.
6249 If value is a floating point number, it specifies the spacing relative 6250 If value is a floating point number, it specifies the spacing relative
6250 to the default frame line height. A value of nil means add no extra space. */); 6251 to the default frame line height. A value of nil means add no extra space. */);
6251 6252
6252 DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows", 6253 DEFVAR_PER_BUFFER ("cursor-in-non-selected-windows",
6253 &current_buffer->cursor_in_non_selected_windows, Qnil, 6254 &current_buffer->cursor_in_non_selected_windows, Qnil,