diff lisp/comint.el @ 1373:7fc9bbcae71b

Dox fix.
author Christopher Zaborsky <rogue@erratum.com>
date Fri, 09 Oct 1992 21:06:02 +0000
parents dcf780f7ae1b
children dd83ec6103fe
line wrap: on
line diff
--- a/lisp/comint.el	Fri Oct 09 05:38:23 1992 +0000
+++ b/lisp/comint.el	Fri Oct 09 21:06:02 1992 +0000
@@ -916,7 +916,7 @@
 ;;; 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 @@
 
 (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)