aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index be8676600a5..a3e9b5b0b9a 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -1993,7 +1993,8 @@ DEFUN ("line-number-display-width", Fline_number_display_width,
1993 doc: /* Return the width used for displaying line numbers in the selected window. 1993 doc: /* Return the width used for displaying line numbers in the selected window.
1994If optional argument PIXELWISE is non-nil, return the width in pixels, 1994If optional argument PIXELWISE is non-nil, return the width in pixels,
1995otherwise return the width in columns of the face used to display 1995otherwise return the width in columns of the face used to display
1996line numbers, `line-number'. */) 1996line numbers, `line-number'. Note that in the latter case, the value
1997doesn't include the 2 columns used for padding the numbers. */)
1997 (Lisp_Object pixelwise) 1998 (Lisp_Object pixelwise)
1998{ 1999{
1999 int width, pixel_width; 2000 int width, pixel_width;