Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.70 emacs/lisp/term.el:1.71
*** emacs/lisp/term.el:1.70     Fri Jun 10 00:43:13 2005
--- emacs/lisp/term.el  Thu Jun 16 16:11:46 2005
***************
*** 485,491 ****
    :group 'term)
  
  (defvar term-prompt-regexp "^"
!   "Regexp to recognise prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
  Good choices:
--- 485,491 ----
    :group 'term)
  
  (defvar term-prompt-regexp "^"
!   "Regexp to recognize prompts in the inferior process.
  Defaults to \"^\", the null string at BOL.
  
  Good choices:
***************
*** 499,505 ****
  This is a good thing to set in mode hooks.")
  
  (defvar term-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 `term-arguments'.
--- 499,505 ----
  This is a good thing to set in mode hooks.")
  
  (defvar term-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 `term-arguments'.
***************
*** 3951,3959 ****
  
  (defun term-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
  `term-dynamic-complete-filename'."
--- 3951,3959 ----
  
  (defun term-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
  `term-dynamic-complete-filename'."


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

Reply via email to