Luc Teirlinck
9ae0d84f5a
(global-auto-revert-non-file-buffers): Update docstring.
2004-06-19 00:36:39 +00:00
Daniel Pfeiffer
186ac3d480
(grep-regexp-alist): Match columns and column ranges, if present.
2004-06-18 23:01:30 +00:00
Daniel Pfeiffer
c0090c20f8
(compilation-error-properties): Store one more than end-col, if present, so
...
that transient-mark-mode will highlight last char too.
2004-06-18 23:00:46 +00:00
Daniel Pfeiffer
fed0b1ee23
*** empty log message ***
2004-06-18 22:59:05 +00:00
Jason Rumney
f34bdfdc49
*** empty log message ***
2004-06-18 21:12:16 +00:00
Jason Rumney
80bb1e21c0
Double percent signs in for loops.
2004-06-18 21:06:29 +00:00
David Kastrup
2f57bf8593
(query-replace-read-args): Only warn about use of \n
...
and \t when we are doing a regexp replacement and the actual
escaped character is n or t.
(query-replace-regexp): Add \, and \# interpretation to
interactive call and document it.
(query-replace-regexp-eval, replace-match-string-symbols): add \#
as shortkey for replace-count.
(replace-quote): New function for doubling backslashes.
2004-06-17 14:44:02 +00:00
Juanma Barranquero
f4af98d88f
*** empty log message ***
2004-06-17 00:03:06 +00:00
Juanma Barranquero
aa417798e7
(comment-region-internal): Fix docstring.
2004-06-17 00:02:13 +00:00
Juanma Barranquero
c5994cfa0d
(parse-colon-path, cd): Mention in docstring that the path separator is
...
colon in GNU-like systems.
2004-06-16 23:56:46 +00:00
Juanma Barranquero
0111ab41ec
(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
...
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.
2004-06-16 23:50:03 +00:00
Luc Teirlinck
c90dcdd560
(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
2004-06-16 01:34:15 +00:00
Vinicius Jose Latorre
3a50445455
Comment doc string of defalias
2004-06-16 00:03:26 +00:00
Luc Teirlinck
1f94377f71
*** empty log message ***
2004-06-15 22:12:14 +00:00
Luc Teirlinck
fad9e9b492
(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
...
emacs-xtra manual to docstring.
2004-06-15 22:09:18 +00:00
Luc Teirlinck
843c51ae4a
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
...
manual to docstring, as well as an info-link.
2004-06-15 22:03:33 +00:00
Juanma Barranquero
1ebd4f78e4
*** empty log message ***
2004-06-14 21:17:25 +00:00
Juanma Barranquero
fe34703418
(image-library-alist): Initialize to a known set of probable library names.
2004-06-14 21:01:37 +00:00
Juanma Barranquero
3c3b34d2db
(image-library-alist): New variable to map image types to external
...
libraries. Initialized to nil, unless system-specific configs change it.
(image-type-available-p): Determine whether an image type is available by
calling `init-image-library'.
2004-06-14 20:58:36 +00:00
Kenichi Handa
4060d762b6
*** empty log message ***
2004-06-14 01:20:46 +00:00
Kenichi Handa
ea561de5e5
(windows-1256, cp1125): Fix tables
...
for several characters.
2004-06-14 00:35:11 +00:00
Luc Teirlinck
26f643c2eb
(time-stamp): Doc fix.
2004-06-14 00:20:28 +00:00
Kenichi Handa
c1136bda63
(ccl-encode-mule-utf-8): Fix previous change.
2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b
*** empty log message ***
2004-06-13 22:39:41 +00:00
Richard M. Stallman
7f2081e390
(sentence-end): Add 0x5397d as close brace.
2004-06-13 22:03:53 +00:00
Richard M. Stallman
e873bbf926
Doc fixes: say "PC Selection mode", not "`pc-selection-mode'".
2004-06-13 22:02:49 +00:00
Richard M. Stallman
1d5c17c0d3
Put `...' around symbols in warning messages.
2004-06-13 22:01:36 +00:00
Richard M. Stallman
5794c45d21
(previous-matching-history-element): Specify a default.
2004-06-13 22:00:17 +00:00
Richard M. Stallman
55391f5e9d
(hexl-mode): Catch errors in hexl-goto-address.
2004-06-13 21:58:41 +00:00
Richard M. Stallman
f4db52530a
(custom-declare-face): Simplify code.
2004-06-13 21:56:49 +00:00
Richard M. Stallman
38002bffc7
(abbrev-mode, edit-abbrevs-map): Doc fixes.
2004-06-13 21:55:49 +00:00
Luc Teirlinck
25f6295eb3
(before-save-hook): Add `time-stamp' to the options.
2004-06-13 21:32:14 +00:00
Luc Teirlinck
66c6d25eea
(time-stamp): Recommend adding it to `before-save-hook', rather than
...
`write-file-functions'.
Make a similar change in `Commentary' section.
2004-06-13 21:23:24 +00:00
Kai Großjohann
2f9edc8be5
Reindent `diff-current-defun'.
2004-06-13 16:49:55 +00:00
Kai Großjohann
6393ab2a79
(diff-current-defun): If at start of hunk, use
...
position of first change.
2004-06-13 16:48:44 +00:00
Lars Hansen
c04ebd1d5e
*** empty log message ***
2004-06-13 13:39:59 +00:00
Lars Hansen
7132663819
(dired-mark-omitted): Bind to "*O".
2004-06-13 13:38:14 +00:00
Karl Fogel
037b0a8797
* bookmark.el (bookmark-bmenu-relocate): New function, as
...
suggested by David J. Biesack <David.Biesack@sas.com>.
(bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
(bookmark-bmenu-mode): Describe binding in doc string.
(bookmark-set-filename): Save the bookmark list if it's time.
2004-06-13 01:59:21 +00:00
Kenichi Handa
6fb41b5b77
*** empty log message ***
2004-06-13 00:25:18 +00:00
Kenichi Handa
064cff0b3d
(ccl-decode-mule-utf-8): Fix previous change.
...
(ccl-untranslated-to-ucs): Fix typo.
2004-06-13 00:21:39 +00:00
Eli Zaretskii
95e4a189b4
Fix formatting of last entry.
2004-06-12 10:34:54 +00:00
Eli Zaretskii
fc3095ced1
*** empty log message ***
2004-06-12 10:33:57 +00:00
Eli Zaretskii
cebe0988ca
(python-open-block-statement-p): Fix
...
indentation after a block opening that contains a comment.
2004-06-12 10:26:37 +00:00
Eli Zaretskii
7c226e4010
(completion-ignored-extensions): Add file extensions
...
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
Juri Linkov
1c492b8722
*** empty log message ***
2004-06-12 06:03:28 +00:00
Juri Linkov
bc2246458a
(Info-goto-node): Add autoload.
...
(Info-toc): Add substring-no-properties on Info file name.
(Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
(Info-mode-map): Bind L to Info-history, T to Info-toc.
2004-06-12 05:54:43 +00:00
Miles Bader
92aed8bec9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
...
More build-in-place tweaking of arch tagging
2004-06-12 04:51:11 +00:00
Kenichi Handa
66189a403f
*** empty log message ***
2004-06-12 02:36:47 +00:00
Kenichi Handa
60d334c367
(set-language-environment): Load subst tables if necessary.
2004-06-12 02:21:21 +00:00
Kenichi Handa
8458c8b93d
(decode-char): Load subst tables if necessary.
...
(encode-char): Likewise.
2004-06-12 02:20:10 +00:00