aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorStefan Monnier2005-01-23 22:18:26 +0000
committerStefan Monnier2005-01-23 22:18:26 +0000
commite01732fa581edf49fa1d7f48dac9708dfcf6f602 (patch)
tree1ffa04bdcc1ad78df3bbd5bdcc2603113c65b5b6 /src/indent.c
parent04138be8a5ec7fe737916e171c7e3fec7d23c0e4 (diff)
downloademacs-e01732fa581edf49fa1d7f48dac9708dfcf6f602.tar.gz
emacs-e01732fa581edf49fa1d7f48dac9708dfcf6f602.zip
(Fcurrent_column): Doc fix.
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/indent.c b/src/indent.c
index 46ee5ce2bf4..a810dd3189b 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -1,6 +1,6 @@
1/* Indentation functions. 1/* Indentation functions.
2 Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,03,2004 2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001,
3 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -340,7 +340,9 @@ will have a variable width)
340Ignores finite width of frame, which means that this function may return 340Ignores finite width of frame, which means that this function may return
341values greater than (frame-width). 341values greater than (frame-width).
342Whether the line is visible (if `selective-display' is t) has no effect; 342Whether the line is visible (if `selective-display' is t) has no effect;
343however, ^M is treated as end of line when `selective-display' is t. */) 343however, ^M is treated as end of line when `selective-display' is t.
344Text that has an invisible property is considered as having width 0, unless
345`buffer-invisibility-spec' specifies that it is replaced by an ellipsis. */)
344 () 346 ()
345{ 347{
346 Lisp_Object temp; 348 Lisp_Object temp;