- 25 Dec, 2010 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only the basic faces are supported. doc/lispref/modes.texi (Emulating Mode Line): Fix last change. etc/NEWS: Remove the entry about format-mode-line accepting only basic faces.
-
- 18 Dec, 2010 1 commit
-
-
Eli Zaretskii authored
doc/lispref/modes.texi (Emulating Mode Line): Update documentation of format-mode-line according to changes that fixed bug #7587. etc/NEWS: Mention the incompatible change in format-mode-line wrt its FACE argument.
-
- 11 Dec, 2010 2 commits
-
-
Eli Zaretskii authored
processes.texi (Shell Arguments): strings.texi (Creating Strings): Don't mention "shell commands"; make it explicit that `split-string-and-unquote' and `combine-and-quote-strings' are mainly for working with arguments to call-process and start-process.
-
Eli Zaretskii authored
processes.texi (Shell Arguments): Fix documentation of `split-string-and-unquote'. Add indexing.
-
- 07 Dec, 2010 1 commit
-
-
Stefan Monnier authored
(Major Mode Conventions): * doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
-
- 04 Dec, 2010 1 commit
-
-
Eli Zaretskii authored
display specs.
-
- 01 Dec, 2010 1 commit
-
-
Stefan Monnier authored
* doc/lispref/modes.texi (Example Major Modes): Use recommended coding style. (Major Mode Basics, Derived Modes): Encourge more strongly use of define-derived-mode. Mention completion-at-point-functions.
-
- 21 Nov, 2010 1 commit
-
-
Chong Yidong authored
* objects.texi (Symbol Type): * text.texi (Near Point): * help.texi (Help Functions): * functions.texi (Mapping Functions): Use string instead of char-to-string in examples. * nonascii.texi (Converting Representations): Document byte-to-string. * strings.texi (Creating Strings): Don't mention semi-obsolete function char-to-string. (String Conversion): Shorten discussion of semi-obsolete function string-to-char. Link to Converting Representations.
-
- 20 Nov, 2010 1 commit
-
-
Chong Yidong authored
* doc/emacs/macos.texi (Mac / GNUstep Basics): Document ns-right-alternate-modifier. * doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi. * doc/lispref/symbols.texi (Creating Symbols): Using unintern without an obarray arg is now obsolete. * doc/lispref/text.texi (Kill Functions, Kill Functions) (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete YANK-HANDLER args. * doc/lispref/variables.texi (Defining Variables): Change "pi" example to "float-pi".
-
- 12 Nov, 2010 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/lread.c (Fload): Mention `load-in-progress' and `load-file-name'. doc/lispref/loading.texi (How Programs Do Loading): Document `load-file-name'.
-
- 10 Nov, 2010 1 commit
-
-
Glenn Morris authored
-
- 27 Oct, 2010 1 commit
-
-
Glenn Morris authored
* lisp/menu-bar.el (menu-bar-files-menu): Make it into an actual alias, rather than just an unused variable that inherits from the real one. * doc/lispref/maps.texi (Standard Keymaps): Update File menu description.
-
- 22 Oct, 2010 1 commit
-
-
Eli Zaretskii authored
src/frame.c (Fframep, Fwindow_system): Deprecate use as a predicate. Document all values. src/dispnew.c (syms_of_display) <initial-window-system, window-system>: Deprecate use as a boolean flag. Document all values. src/display.texi (Window Systems): Deprecate use of window-system as a predicate.
-
- 03 Oct, 2010 1 commit
-
-
Glenn Morris authored
-
- 05 Sep, 2010 1 commit
-
-
Alexander Klimov authored
* lisp/files.el (directory-abbrev-alist): Use \` as default regexp.
-
- 04 Sep, 2010 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 22 Aug, 2010 1 commit
-
-
Chong Yidong authored
* doc/lispref/modes.texi (Defining Minor Modes): Doc fix (Bug#6880). * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
-
- 19 Aug, 2010 1 commit
-
-
Chong Yidong authored
-
- 02 Aug, 2010 1 commit
-
-
Stefan Monnier authored
Fixes: debbugs:6770
-
- 29 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 28 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
* doc/lispref/minibuf.texi (High-Level Completion): Document args of `read-buffer-function'. * src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.
-
- 27 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 21 Jul, 2010 1 commit
-
-
Juanma Barranquero authored
-
- 24 Jun, 2010 1 commit
-
-
Chong Yidong authored
* text.texi (Undo): Clarify command loop behavior (Bug#2433). * commands.texi (Command Overview): Mention undo-boundary call.
-
- 23 Jun, 2010 1 commit
-
-
Glenn Morris authored
* abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
-
- 20 Jun, 2010 1 commit
-
-
Chong Yidong authored
-
- 19 Jun, 2010 1 commit
-
-
Chong Yidong authored
-
- 02 Jun, 2010 2 commits
-
-
Chong Yidong authored
searching.texi (Regexp Special): Remove obsolete information about matching non-ASCII characters, and suggest using char classes (Bug#6283).
-
Chong Yidong authored
-
- 30 May, 2010 2 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
(Programmed Completion): Document the new fourth method for boundaries. * .bzrignore: Ignore new files from trunk, which appear if you use colocated branches (i.e. "bzr switch").
-
- 08 May, 2010 1 commit
-
-
Chong Yidong authored
-
- 03 May, 2010 1 commit
-
-
Chong Yidong authored
-
- 25 Apr, 2010 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* functions.texi (Obsolete Functions): Document set-advertised-calling-convention. * minibuf.texi (Basic Completion): Document completion-in-region. (Programmed Completion): Document completion-annotate-function. * commands.texi (Reading One Event): Document read-key. (Distinguish Interactive): Document KIND arg to called-interactively-p. Delete obsolete interactive-p. * elisp.texi (Top): Update node description. * misc.texi (Printing): Document htmlfontify-buffer.
-
- 14 Apr, 2010 1 commit
-
-
Juri Linkov authored
* abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun for `abbrev-insert'. * buffers.texi (Indirect Buffers): Add category `Command' to @deffn of `clone-indirect-buffer'. * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun for `next-window' and `previous-window'. Add category `Command' to @deffn of `pop-to-buffer'.
-
- 01 Apr, 2010 1 commit
-
-
Chong Yidong authored
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
-
- 31 Mar, 2010 1 commit
-
-
Eli Zaretskii authored
control.texi (Handling Errors): How to re-throw a signal caught by condition-case.
-