]> code.delx.au - gnu-emacs/commitdiff
Dox fix.
authorChristopher Zaborsky <rogue@erratum.com>
Fri, 9 Oct 1992 21:06:02 +0000 (21:06 +0000)
committerChristopher Zaborsky <rogue@erratum.com>
Fri, 9 Oct 1992 21:06:02 +0000 (21:06 +0000)
lisp/comint.el

index 244f78becd6331eb1275b76e35bee3121e296cbb..a3236d904d5691621bf8af604437dc4df185d889 100644 (file)
@@ -916,7 +916,7 @@ Useful if you accidentally suspend the top-level process."
 ;;; This is pretty stupid about strings. It decides we're in a string
 ;;; if there's a quote on both sides of point on the current line.
 (defun comint-extract-string ()
-  "Returns string around point that starts the current line or nil." 
+  "Returns string around POINT that starts the current line or nil." 
   (save-excursion
     (let* ((point (point))
           (bol (progn (beginning-of-line) (point)))
@@ -1052,7 +1052,7 @@ comint-dynamic-complete."
 
 (defun comint-dynamic-complete ()
   "Dynamically complete the filename at point.
-This function is similar to comint-replace-by-expanded-filename, except
+This function is similar to `comint-replace-by-expanded-filename', except
 that it won't change parts of the filename already entered in the buffer; 
 it just adds completion characters to the end of the filename."
   (interactive)