Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.322 emacs/lisp/comint.el:1.323
*** emacs/lisp/comint.el:1.322  Fri Jun 10 00:17:49 2005
--- emacs/lisp/comint.el        Thu Jun 16 16:06:10 2005
***************
*** 155,161 ****
    :group 'comint)
  
  (defvar comint-prompt-regexp "^"
!   "Regexp to recognise prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
  This variable is only used if the variable
--- 155,161 ----
    :group 'comint)
  
  (defvar comint-prompt-regexp "^"
!   "Regexp to recognize prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
  This variable is only used if the variable
***************
*** 197,203 ****
    :version "22.1")
  
  (defvar comint-delimiter-argument-list ()
!   "List of characters to recognise as separate arguments in input.
  Strings comprising a character in this list will separate the arguments
  surrounding them, and also be regarded as arguments in their own right (unlike
  whitespace).  See `comint-arguments'.
--- 197,203 ----
    :version "22.1")
  
  (defvar comint-delimiter-argument-list ()
!   "List of characters to recognize as separate arguments in input.
  Strings comprising a character in this list will separate the arguments
  surrounding them, and also be regarded as arguments in their own right (unlike
  whitespace).  See `comint-arguments'.
***************
*** 1760,1766 ****
  (defun comint-preinput-scroll-to-bottom ()
    "Go to the end of buffer in all windows showing it.
  Movement occurs if point in the selected window is not after the process mark,
! and `this-command' is an insertion command.  Insertion commands recognised
  are `self-insert-command', `comint-magic-space', `yank', and `hilit-yank'.
  Depends on the value of `comint-scroll-to-bottom-on-input'.
  
--- 1760,1766 ----
  (defun comint-preinput-scroll-to-bottom ()
    "Go to the end of buffer in all windows showing it.
  Movement occurs if point in the selected window is not after the process mark,
! and `this-command' is an insertion command.  Insertion commands recognized
  are `self-insert-command', `comint-magic-space', `yank', and `hilit-yank'.
  Depends on the value of `comint-scroll-to-bottom-on-input'.
  
***************
*** 2789,2797 ****
  
  (defun comint-replace-by-expanded-filename ()
    "Dynamically expand and complete the filename at point.
! Replace the filename with an expanded, canonicalised and completed 
replacement.
  \"Expanded\" means environment variables (e.g., $HOME) and `~'s are replaced
! with the corresponding directories.  \"Canonicalised\" means `..'  and `.' are
  removed, and the filename is made absolute instead of relative.  For expansion
  see `expand-file-name' and `substitute-in-file-name'.  For completion see
  `comint-dynamic-complete-filename'."
--- 2789,2797 ----
  
  (defun comint-replace-by-expanded-filename ()
    "Dynamically expand and complete the filename at point.
! Replace the filename with an expanded, canonicalized and completed 
replacement.
  \"Expanded\" means environment variables (e.g., $HOME) and `~'s are replaced
! with the corresponding directories.  \"Canonicalized\" means `..'  and `.' are
  removed, and the filename is made absolute instead of relative.  For expansion
  see `expand-file-name' and `substitute-in-file-name'.  For completion see
  `comint-dynamic-complete-filename'."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to