Mercurial > emacs
comparison etc/ONEWS @ 42674:19880a4faa73
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 12 Jan 2002 15:58:30 +0000 |
parents | 061a65fa5a43 |
children | eeab5bdaffa2 |
comparison
equal
deleted
inserted
replaced
42673:b8fccbdef14b | 42674:19880a4faa73 |
---|---|
1027 your working file with the latest version from the master. | 1027 your working file with the latest version from the master. |
1028 | 1028 |
1029 *** RCS customization. | 1029 *** RCS customization. |
1030 | 1030 |
1031 There is a new variable vc-consult-headers. If it is t (the default), | 1031 There is a new variable vc-consult-headers. If it is t (the default), |
1032 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.4 2000/11/20 16:15:34 gerd Exp $') and | 1032 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.5 2001/01/31 15:19:32 gerd Exp $') and |
1033 determines the state of the file from them, not from the master file. | 1033 determines the state of the file from them, not from the master file. |
1034 This is fast and more reliable when you use branches. (The variable | 1034 This is fast and more reliable when you use branches. (The variable |
1035 was already present in Emacs 19.29, but didn't get mentioned in the | 1035 was already present in Emacs 19.29, but didn't get mentioned in the |
1036 NEWS.) | 1036 NEWS.) |
1037 | 1037 |
4737 - or in ~/Emacs, | 4737 - or in ~/Emacs, |
4738 + then in the files listed in XFILESEARCHPATH. | 4738 + then in the files listed in XFILESEARCHPATH. |
4739 | 4739 |
4740 The paths in the variables XFILESEARCHPATH, XUSERFILESEARCHPATH, and | 4740 The paths in the variables XFILESEARCHPATH, XUSERFILESEARCHPATH, and |
4741 XAPPLRESDIR may contain %-escapes (like the control strings passed to | 4741 XAPPLRESDIR may contain %-escapes (like the control strings passed to |
4742 the the Emacs lisp `format' function or C printf function), which | 4742 the Emacs lisp `format' function or C printf function), which Emacs expands. |
4743 Emacs expands. | |
4744 | 4743 |
4745 %N is replaced by the string "Emacs" wherever it occurs. | 4744 %N is replaced by the string "Emacs" wherever it occurs. |
4746 %T is replaced by "app-defaults" wherever it occurs. | 4745 %T is replaced by "app-defaults" wherever it occurs. |
4747 %S is replaced by the empty string wherever it occurs. | 4746 %S is replaced by the empty string wherever it occurs. |
4748 %L and %l are replaced by the value of the LANG environment variable; if LANG | 4747 %L and %l are replaced by the value of the LANG environment variable; if LANG |