aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-10-21 04:52:59 +0000
committerRichard M. Stallman <[email protected]>1992-10-21 04:52:59 +0000
commit29165787801df3e65663dec2b21727359736dabe (patch)
tree24fec50aa207590efe29ea0a400e8069db594a33 /lisp
parent804172fafc60be1da24001f9a8e72c02cee9d0ed (diff)
Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2d3d038725..b5ba9a55ef 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -402,16 +402,16 @@ otherwise a string <2> or <3> or ... is appended to get an unused name."
(defun generate-new-buffer (name)
"Create and return a buffer with a name based on NAME.
-Choose the buffer's name using generate-new-buffer-name."
+Choose the buffer's name using `generate-new-buffer-name'."
(get-buffer-create (generate-new-buffer-name name)))
(defconst automount-dir-prefix "^/tmp_mnt/"
"Regexp to match the automounter prefix in a directory name.")
(defun abbreviate-file-name (filename)
- "Return a version of FILENAME shortened using directory-abbrev-alist.
+ "Return a version of FILENAME shortened using `directory-abbrev-alist'.
This also substitutes \"~\" for the user's home directory.
-See \\[describe-variable] directory-abbrev-alist RET for more information."
+Type \\[describe-variable] directory-abbrev-alist RET for more information."
;; Get rid of the prefixes added by the automounter.
(if (and (string-match automount-dir-prefix filename)
(file-exists-p (file-name-directory