; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).
This commit is contained in:
parent
44517037ae
commit
fa0bb88302
1 changed files with 2 additions and 2 deletions
|
@ -5346,8 +5346,8 @@ visual lines rather than logical lines. See the documentation of
|
|||
Qstringp,
|
||||
doc: /* Name of default directory of current buffer.
|
||||
It should be an absolute directory name; on GNU and Unix systems,
|
||||
these names start with `/' or `~' and end with `/'.
|
||||
To interactively change the default directory, use command `cd'. */);
|
||||
these names start with "/" or "~" and end with "/".
|
||||
To interactively change the default directory, use the command `cd'. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function),
|
||||
Qnil,
|
||||
|
|
Loading…
Add table
Reference in a new issue