1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

46263 commits

Author SHA1 Message Date
Juanma Barranquero
6cda144ffe Fix typos in docstrings.
* cus-edit.el (customize-apropos-options, custom-comment)
  (custom-comment-tag, custom-face-edit-attribute-tag):
  Fix typos in docstrings.
  (custom-buffer-done-kill): Remove * from defcustom docstring.
  (custom-file): Fix typo in doc of defcustom choice.

* frame.el (display-visual-class): Fix typo in docstring.
  (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
  (special-display-frame-alist, show-trailing-whitespace)
  (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
  (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
  Remove * from defcustom docstrings.

* md4.el (md4-buffer): Fix typo in docstring.
  (md4, md4-64): Doc fixes.
  (md4-pack-int32): Reflow docstring.

* paths.el (rmail-file-name): Remove * from defcustom docstring.
  (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.

* rect.el (open-rectangle): Reflow docstring.
  (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".

* select.el (x-get-cut-buffer): Fix typo in docstring.

* timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
  (timezone-time-zone-from-absolute, timezone-leap-year-p):
  Fix typos in docstrings.

* emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
  Fix typos in docstrings.
2008-11-01 01:24:33 +00:00
Juanma Barranquero
5c979e0255 Fix typos. 2008-10-31 22:45:53 +00:00
Ulf Jasper
c9aafaaf7e newsticker fixes: cachefile, layout changes. 2008-10-31 20:19:17 +00:00
Ulf Jasper
ca2d101f5e icalendar: uid-creation improved 2008-10-31 18:28:16 +00:00
Juanma Barranquero
38df7d213a * tooltip.el (tooltip-frame-parameters): Doc fix. 2008-10-31 15:57:31 +00:00
Martin Rudalics
5c17a89126 (window-body-height, window-current-scroll-bars)
(walk-windows, get-window-with-predicate, get-buffer-window-list)
(minibuffer-window-active-p, count-windows)
(window-safely-shrinkable-p, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(window--even-window-heights, window--display-buffer-1)
(window--display-buffer-2, set-window-text-height)
(fit-window-to-buffer, shrink-window-if-larger-than-buffer)
(truncated-partial-width-window-p): Rewrite doc-string.
(window-fixed-size-p): Simplify code.  Rewrite doc-string.
(split-window-vertically, split-window-horizontally):
Rename args, rewrite doc-string, and simplify code.
(split-window-save-restore-data): Rename args and use
when instead of if.
2008-10-31 13:39:37 +00:00
Kenichi Handa
5ab491089d *** empty log message *** 2008-10-31 04:12:29 +00:00
Chong Yidong
361a81d9bc (indent-for-tab-command): Use use-region-p. 2008-10-30 23:52:39 +00:00
Chong Yidong
decaba0042 * indent.el (indent-for-tab-command): Use use-region-p. 2008-10-30 23:52:30 +00:00
Chong Yidong
904f87938b (vc-revert): Limit the length of the query string. 2008-10-30 19:21:07 +00:00
Chong Yidong
e9048e4f01 * vc.el (vc-revert): Limit the length of the query string. 2008-10-30 19:20:46 +00:00
Juanma Barranquero
1d2b0303d9 * simple.el (idle-update-delay, next-error-highlight)
(next-error-highlight-no-select, next-error-recenter, next-error-hook)
  (minibuffer-history-case-insensitive-variables, kill-ring-max)
  (kill-read-only-ok, backward-delete-char-untabify-method)
  (kill-whole-line, mark-ring-max, global-mark-ring-max)
  (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
  (goal-column, line-move-ignore-invisible, fill-prefix)
  (auto-fill-inhibit-regexp, blink-matching-paren)
  (blink-matching-paren-on-screen, blink-matching-paren-distance)
  (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
  (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
  (minibuffer-history-isearch-wrap, transient-mark-mode)
  (next-logical-line, auto-fill-mode, line-number-mode)
  (column-number-mode, size-indication-mode, clone-indirect-buffer)
  (normal-erase-is-backspace-mode): Doc fixes.
  (current-kill, transient-mark-mode, toggle-truncate-lines)
  (visible-mode): Reflow docstrings.
  (minibuffer-local-shell-command-map, interprogram-paste-function):
  Fix typos in docstrings.
2008-10-30 17:03:30 +00:00
Chong Yidong
cd9c54eb5f (server-process-filter): In daemon mode, default to emacsclient's tty
if not opening a new frame and only the terminal-frame is available.
2008-10-30 15:50:01 +00:00
Chong Yidong
89c4b597aa * server.el (server-process-filter): In daemon mode, default to
emacsclient's tty if not opening a new frame and only the
terminal-frame is available.
2008-10-30 15:49:49 +00:00
Martin Rudalics
9045be38cd (quit-window): Simplify code. Say in doc-string
that it operates on the selected window's buffer.  (Bug#1259)
2008-10-30 15:41:43 +00:00
Nick Roberts
09c6e72e59 (vc-svn-diff): If files is nil don't set oldvers to
nil so that log-view-diff-changeset works.
2008-10-30 09:23:31 +00:00
Nick Roberts
acd1db2331 *** empty log message *** 2008-10-30 09:21:28 +00:00
Glenn Morris
69726ac354 (ELCFILES): Update. 2008-10-30 04:36:27 +00:00
Glenn Morris
752fac1853 Move here from ../ 2008-10-30 04:35:15 +00:00
Glenn Morris
e24d49123c Move to obsolete/ 2008-10-30 04:34:15 +00:00
Glenn Morris
976556c921 (locate-dominating-stop-dir-regexp): Fix typo. 2008-10-30 04:32:33 +00:00
Chong Yidong
48238d1d45 (Electric-pop-up-window): Don't shrink the window if it's already big
enough.
2008-10-29 21:42:37 +00:00
Chong Yidong
bb07cb70dd * electric.el (Electric-pop-up-window): Don't shrink the window if
it's already big enough.
2008-10-29 21:42:28 +00:00
Chong Yidong
8c9f211fd5 (delete-minibuffer-contents): Delete all minibuffer contents instead
of just the current field.
2008-10-29 21:30:44 +00:00
Chong Yidong
623e480f94 * minibuffer.el (delete-minibuffer-contents): Delete all
minibuffer contents instead of just the current field.
2008-10-29 21:30:23 +00:00
Chong Yidong
e9bed1ef68 (tmm-get-keymap): Handle case where keyseq cache is omitted. 2008-10-29 20:57:03 +00:00
Chong Yidong
8a7c2fb5c4 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted. 2008-10-29 20:56:53 +00:00
Chong Yidong
bdacf3958d (bookmark-get-bookmark-record): Signal error for invalid bookmark. 2008-10-29 18:22:12 +00:00
Chong Yidong
6515ca91dc * bookmark.el (bookmark-get-bookmark-record): Signal error for invalid
bookmark.
2008-10-29 18:21:50 +00:00
Chong Yidong
73ba5f6ded (bookmark-handle-bookmark): Rename from bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for bookmark-handle-bookmark.
2008-10-29 17:42:49 +00:00
Chong Yidong
de4dc6067a * bookmark.el (bookmark-handle-bookmark): Rename from
bookmark-jump-noselect.
(bookmark--jump-via, bookmark-insert): Callers changed.
(bookmark-jump-noselect): Wrapper function for
bookmark-handle-bookmark.
2008-10-29 17:42:05 +00:00
Chong Yidong
ea03187d0d (ispell-word): Use use-region-p. 2008-10-29 15:51:12 +00:00
Chong Yidong
21d57aa225 * textmodes/ispell.el (ispell-word): Use use-region-p. 2008-10-29 15:50:39 +00:00
Juanma Barranquero
19423c532d Rename tooltip-hook' to tooltip-functions'.
* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
  to follow naming conventions for abnormal hooks.  Doc fix.
  (tooltip-mode, tooltip-timeout): Use it.
  (tooltip-hook): New obsolete alias.
  (tooltip-help-tips): Doc fix.

* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2008-10-29 12:10:20 +00:00
Juanma Barranquero
f77b11a051 * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp. 2008-10-29 10:42:31 +00:00
Glenn Morris
f0e35aeb62 (dbus-get-unique-name, dbus-debug): Declare. 2008-10-29 06:52:05 +00:00
Glenn Morris
dc515cca56 Sung has assignment. 2008-10-29 02:55:29 +00:00
Glenn Morris
37af967deb (vc-find-root): Remove bogus alias. 2008-10-29 02:55:04 +00:00
Stefan Monnier
2279ba847f (quail-show-guidance): Don't create a guidance-frame if current buffer is
not a minibuffer, since even if selected-window is mini-p, the buffer will
never be displayed in it, so it wil be usable for guidance.
2008-10-29 01:44:45 +00:00
Stefan Monnier
a8028e7bcf Require diff-mode at run-time as well. 2008-10-28 20:43:44 +00:00
Martin Rudalics
37e14a62f5 (vc-stay-local): Fix typo in choice. 2008-10-28 18:52:02 +00:00
Martin Rudalics
efe0da9c0e (vc-cvs-stay-local): Fix typo in choice. 2008-10-28 17:57:09 +00:00
Martin Rudalics
437cfececb *** empty log message *** 2008-10-28 17:43:52 +00:00
Martin Rudalics
99dfcc0d52 (follow-scroll-down, follow-calc-win-end)
(follow-estimate-first-window-start): Reduce effective window
height when header line is present.
2008-10-28 17:36:34 +00:00
Juanma Barranquero
4ab2b63c99 #870 again. :( 2008-10-28 11:49:19 +00:00
Juanma Barranquero
2bea27959e * subr.el (locate-user-emacs-file): Simplify. Don't create
`user-emacs-directory' when Emacs is running in batch mode.
2008-10-28 11:35:02 +00:00
Juanma Barranquero
eeaa563e84 * startup.el (inhibit-startup-screen): Reflow docstring.
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2008-10-28 11:17:05 +00:00
Glenn Morris
9fc10007e9 (outline-next-heading, outline-back-to-heading): Fix declarations. 2008-10-28 02:57:25 +00:00
Glenn Morris
30ab4580f6 (org-agenda-align-tags): Replace use of cl `adjoin'. 2008-10-28 02:57:01 +00:00
Juanma Barranquero
16c1ddc2d5 * face-remap.el (text-scale-increase, text-scale-decrease)
(text-scale-adjust): Remove &optional keyword from the arg list;
  the INC argument is not really optional, if the functions happen
  to be called from elisp.
2008-10-27 10:37:41 +00:00