emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/mini.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/mini.texi
Date: Fri, 18 Nov 2005 12:04:23 -0500

Index: emacs/man/mini.texi
diff -c emacs/man/mini.texi:1.34 emacs/man/mini.texi:1.35
*** emacs/man/mini.texi:1.34    Thu Nov 17 02:54:22 2005
--- emacs/man/mini.texi Fri Nov 18 17:04:22 2005
***************
*** 105,116 ****
  @cindex // in file name
  @cindex double slash in file name
  @cindex slashes repeated in file name
  GNU Emacs gives a special meaning to a double slash (which is not
! normally a useful thing to write): it means, ``ignore everything before
! the second slash in the pair.''  Thus, @samp{/u2/emacs/src/} is ignored
! in the example above, and you get the file @file{/etc/termcap}.
! By default the ignored part of the file name is made dim if the
! terminal allows it.  This is affected by the
  @code{file-name-shadow-mode} minor mode.
  
    If you set @code{insert-default-directory} to @code{nil}, the default
--- 105,117 ----
  @cindex // in file name
  @cindex double slash in file name
  @cindex slashes repeated in file name
+ @findex file-name-shadow-mode
  GNU Emacs gives a special meaning to a double slash (which is not
! normally a useful thing to write): it means, ``ignore everything
! before the second slash in the pair.''  Thus, @samp{/u2/emacs/src/} is
! ignored in the example above, and you get the file
! @file{/etc/termcap}.  The ignored part of the file name is dimmed if
! the terminal allows it; to disable this, turn off
  @code{file-name-shadow-mode} minor mode.
  
    If you set @code{insert-default-directory} to @code{nil}, the default




reply via email to

[Prev in Thread] Current Thread [Next in Thread]