summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (tempo-insert-template): Fix 2005-07-16 change.Juri Linkov2005-07-221-1/+1
|
* (normal-splash-screen): Update menu name.Juri Linkov2005-07-221-1/+1
|
* (line-move-1): Fix comments.Juri Linkov2005-07-221-2/+2
|
* Load term/rxvt if the terminal is actually anDan Nicolaescu2005-07-222-28/+12
| | | | | rxvt terminal. (xterm-rxvt-set-background-mode): Remove, not used anymore.
* * term/rxvt.el (function-key-map): Use substitute-key-definitionDan Nicolaescu2005-07-223-8/+83
| | | | | | to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings. * term/cygwin.el: New file.
* (insert-image-file, image-file-yank-handler): FixKim F. Storm2005-07-221-6/+13
| | | | last change to maintain a (unique) yank-handler on yanked images.
* *** empty log message ***Kim F. Storm2005-07-221-0/+5
|
* *** empty log message ***Eli Zaretskii2005-07-221-0/+6
|
* (dired-move-to-filename-regexp): Recognize the B suffixEli Zaretskii2005-07-221-2/+2
| | | | | of the file size (as in "177B" for 177 bytes). This happens with "ls -lh" on FreeBSD.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-492Miles Bader2005-07-223-5/+38
| | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-next-page): Use gnus-end-of-window. (gnus-article-next-page-1): Use gnus-beginning-of-window. (gnus-article-prev-page): Ditto. * lisp/gnus/gnus-util.el (gnus-beginning-of-window): New function. (gnus-end-of-window): New function.
* *** empty log message ***Juanma Barranquero2005-07-221-0/+9
|
* (highlight-changes-global-initial-state, highlight-compare-buffers,Juanma Barranquero2005-07-221-19/+18
| | | | | | hilit-chg-turn-on-maybe, hilit-chg-fixup, highlight-changes-mode): Fix typos in docstrings. (highlight-changes-global-modes, highlight-changes-rotate-faces): Doc fixes.
* (define-minor-mode): Never call the mode function using `eval-after-load'.Luc Teirlinck2005-07-221-6/+1
|
* *** empty log message ***Luc Teirlinck2005-07-221-0/+5
|
* (mm-uu-copy-to-buffer): Use with-current-buffer.Stefan Monnier2005-07-212-10/+16
|
* (mml-minibuffer-read-disposition): Don't use inline by defaultStefan Monnier2005-07-211-7/+9
| | | | for text/rtf. Display default in prompt. Pass default for M-n.
* (comint-use-prompt-regexp, comint-send-input, comint-source-default,Juanma Barranquero2005-07-212-30/+40
| | | | | | | | | | | | comint-extract-string, comint-get-source, comint-word, comint-completion, comint-source, comint-prompt-read-only, comint-update-fence): Fix typos in docstrings. (comint-use-prompt-regexp-instead-of-fields, comint-kill-output): Declare with define-obsolete-*-alias macros. (comint-previous-matching-input-from-input, comint-next-matching-input-from-input, comint-previous-matching-input, comint-next-matching-input, comint-forward-matching-input): Improve argument/docstring consistency.
* (desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer.Juanma Barranquero2005-07-212-1/+53
|
* (widget-default-create, widget-after-change, widget-default-format-handler,Juanma Barranquero2005-07-211-23/+23
| | | | | | | | | | | widget-checklist-add-item, widget-radio-add-item, widget-choose, widget-specify-secret, widget-field-value-create, widget-field-value-get, widget-editable-list-format-handler, widget-editable-list-entry-create, widget-group-value-create, widget-documentation-link-add, widget-documentation-string-value-create): "?\ " -> "?\s". (widget-convert-text): Doc fix. (widget-narrow-to-field, widget-field-find, widget-url-link-action, widget-emacs-library-link-action, widget-color-notify): Fix typos in docstrings.
* (vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,Juanma Barranquero2005-07-211-20/+19
| | | | | | | | vcursor-use-vcursor-map, vcursor-find-window, vcursor-scroll-down, vcursor-disable, vcursor-beginning-of-buffer, vcursor-end-of-buffer): Fix typos in docstrings. (vcursor-relative-move, vcursor-get-char-count): Improve argument/docstring consistency.
* (w32-shell-name): Use `bound-and-true-p'.Juanma Barranquero2005-07-211-6/+6
| | | | | (x-select-text, set-w32-system-coding-system, w32-add-charset-info): Fix typos in docstrings.
* "?\ " -> "?\s".Juanma Barranquero2005-07-211-2/+2
|
* (tempo-insert-prompt, tempo-interactive, tempo-show-completion-buffer,Juanma Barranquero2005-07-211-56/+54
| | | | | | | tempo-tags, tempo-match-finder, tempo-insert-string-functions, tempo-local-tags, tempo-define-template, tempo-insert-template, tempo-insert-prompt-compat, tempo-is-user-element, tempo-insert-mark, tempo-find-match-string, tempo-complete-tag): Fix typos in docstrings.
* (eshell-ls-decorated-name): Doc fix.Juanma Barranquero2005-07-211-5/+4
| | | | | (eshell-ls-missing, eshell-ls-dired-initial-args, eshell-ls-use-in-dired): Fix typos in docstrings.
* (tramp-handle-load): Fix typo in error message.Juanma Barranquero2005-07-211-1/+1
|
* (cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,Juanma Barranquero2005-07-211-10/+10
| | | | | cua-virtual-rectangle-edges): Fix typos in docstrings. (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
* (regexp-builder): Use `defalias' instead of faking it.Juanma Barranquero2005-07-211-4/+1
|
* (insert-image-file): Add yank-handler.Kim F. Storm2005-07-211-0/+14
| | | | | (image-file-yank-handler): Yank handler to make unique copies of images when they are yanked into a buffer next to each other.
* (report-emacs-bug): Request that backtraces areKim F. Storm2005-07-211-2/+11
| | | | included when reporting an emacs crash, and tell about the DEBUG file.
* *** empty log message ***Kim F. Storm2005-07-211-0/+9
|
* (strokes-load-hook): Doc fix.Juanma Barranquero2005-07-202-15/+39
| | | | | | | | (strokes-grid-resolution, strokes-get-grid-position, strokes-renormalize-to-grid, strokes-read-stroke, strokes-read-complex-stroke, strokes-file, strokes-last-stroke, strokes-global-map): Fix typos in docstrings. (strokes-help): Doc fix. Fix help message and pass it through `substitute-command-keys'.
* (skeleton-proxy-new): Doc fix.Juanma Barranquero2005-07-201-1/+1
|
* (clone-indirect-buffer): Doc fix.Juanma Barranquero2005-07-202-25/+49
| | | | | | | | | | | (fixup-whitespace, just-one-space, backward-delete-char-untabify, lambda): "?\ " -> "?\s". (next-error, next-error-highlight, next-error-highlight-no-select, next-error-last-buffer, next-error-buffer-p, next-error-find-buffer, next-error, previous-error, next-error-no-select, previous-error-no-select, open-line, split-line, minibuffer-prompt-width, kill-new, binary-overwrite-mode): Fix typos in docstrings. (set-fill-column): Fix typo in message.
* (s-region-bind): Doc fix.Juanma Barranquero2005-07-201-5/+5
| | | | (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
* (ps-extend-face-list, ps-extend-face, ps-print-background-image): Fix typos inJuanma Barranquero2005-07-201-7/+7
| | | | | docstrings. (ps-default-fg, ps-default-bg): Doc fixes.
* (cvs-flags-query, cvs-strings->string, cvs-prefix-get): Fix typos in docstrings.Juanma Barranquero2005-07-201-3/+3
|
* (prune-directory-list): Fix typos in docstring.Juanma Barranquero2005-07-201-2/+2
|
* (set-frame-font, cursor-in-non-selected-windows): Fix typo in docstring.Juanma Barranquero2005-07-201-18/+12
| | | | | | | | (set-screen-width, set-screen-height): Delete redundant info in doctrings. (new-frame, screen-height, screen-width): Declare with `define-obsolete-function-alias'. (delete-frame-hook, blink-cursor): Declare with `define-obsolete-variable-alias'.
* (arch-rj): Fix typo in docstrings.Juanma Barranquero2005-07-201-3/+3
| | | | (arch-tocol): Likewise. "?\ " -> "?\s".
* *** empty log message ***Juanma Barranquero2005-07-201-1/+56
|
* (describe-face): "?\ " -> "?\s".Juanma Barranquero2005-07-201-9/+9
| | | | | | (read-all-face-attributes, read-face-font, modify-face, face-attr-construct, italic): Fix typos in docstrings. (frame-update-face-colors): Declare with `define-obsolete-function-alias'.
* (dirtrack-list): Fix typos in docstring.Juanma Barranquero2005-07-201-2/+2
|
* (virtual-dired): Declare with `defalias'.Juanma Barranquero2005-07-201-36/+37
| | | | | | | | | | | | (dired-mark-unmarked-files, dired-local-variables-file, dired-omit-here-always): Doc fix. (dired-omit-mode, dired-find-subdir, dired-enable-local-variables, dired-clean-up-buffers-too, dired-extra-startup, dired-mark-extension, dired-jump, dired-jump-other-window, dired-omit-localp, dired-virtual-mode, dired-smart-shell-command, dired-guess-shell-alist-user, dired-man, dired-initial-position, dired-x-hands-off-my-keys, dired-x-bind-find-file, dired-x-submit-report): Fix typos in docstrings. (dired-mark-unmarked-files): "?\ " -> "?\s".
* (dired-align-file, dired-flag-backup-files, dired-change-marks,Juanma Barranquero2005-07-201-32/+31
| | | | | | | | | | | | dired-unmark-all-files): "?\ " -> "?\s". (dired-listing-switches, dired-ls-F-marks-symlinks, dired-dwim-target, dired-load-hook, dired-mode-hook, dired-directory, dired-faces, dired, dired-revert, dired-mode, dired-summary, dired-view-file, dired-copy-filename-as-kill, dired-delete-file, dired-no-confirm, dired-unmark-all-marks, dired-sort-by-date-regexp, dired-sort-by-name-regexp, dired-sort-inhibit, dired-sort-other): Fix typos in docstrings. (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit): Fix typos in message strings.
* (compose-string, encode-composition-rule, compose-last-chars):Juanma Barranquero2005-07-201-4/+4
| | | | Fix typos in docstrings.
* (Buffer-menu-unmark): Doc fix.Juanma Barranquero2005-07-201-14/+14
| | | | | | (Buffer-menu-not-modified, Buffer-menu-execute, Buffer-menu-toggle-read-only, Buffer-menu-buffer+size, list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
* (archive-get-descr, archive-alternate-display): Doc fixes.Juanma Barranquero2005-07-201-13/+13
| | | | | | | | (archive-l-e): Improve argument/docstring consistency. (archive-tmpdir, archive-unixdate, archive-unixtime, archive-chmod-entry): Fix typos in docstrings. (archive-unflag, archive-unflag-backwards, archive-unmark-all-files): "?\ " -> "?\s".
* (cua-mode): Improve doc string.Kim F. Storm2005-07-201-4/+20
|
* *** empty log message ***Kim F. Storm2005-07-201-0/+4
|
* (expand-region-abbrevs): Doc fix.Juanma Barranquero2005-07-201-7/+6
| | | | | (inverse-add-mode-abbrev, inverse-add-global-abbrev): Improve argument/docstring consistency.