diff options
| author | Stefan Monnier | 2005-01-23 22:18:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-23 22:18:26 +0000 |
| commit | e01732fa581edf49fa1d7f48dac9708dfcf6f602 (patch) | |
| tree | 1ffa04bdcc1ad78df3bbd5bdcc2603113c65b5b6 | |
| parent | 04138be8a5ec7fe737916e171c7e3fec7d23c0e4 (diff) | |
| download | emacs-e01732fa581edf49fa1d7f48dac9708dfcf6f602.tar.gz emacs-e01732fa581edf49fa1d7f48dac9708dfcf6f602.zip | |
(Fcurrent_column): Doc fix.
| -rw-r--r-- | src/indent.c | 8 |
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 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -340,7 +340,9 @@ will have a variable width) | |||
| 340 | Ignores finite width of frame, which means that this function may return | 340 | Ignores finite width of frame, which means that this function may return |
| 341 | values greater than (frame-width). | 341 | values greater than (frame-width). |
| 342 | Whether the line is visible (if `selective-display' is t) has no effect; | 342 | Whether the line is visible (if `selective-display' is t) has no effect; |
| 343 | however, ^M is treated as end of line when `selective-display' is t. */) | 343 | however, ^M is treated as end of line when `selective-display' is t. |
| 344 | Text 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; |