Martin Rudalics
7e51d89b73
*** empty log message ***
2008-10-18 18:10:56 +00:00
Eli Zaretskii
e1fd62893b
*** empty log message ***
2008-10-18 18:07:37 +00:00
Martin Rudalics
250959e028
(Choosing Window, Deleting Windows)
...
(Displaying Buffers): Expand documentation of dedicated windows.
2008-10-18 18:07:09 +00:00
Eli Zaretskii
ea4292503a
(Fset_file_modes): Doc fix.
2008-10-18 18:06:19 +00:00
Eli Zaretskii
018a960d04
(Changing Files): Document symbolic input of file modes to `set-file-modes'.
...
Document `read-file-modes' and `file-modes-symbolic-to-number'.
2008-10-18 17:58:25 +00:00
Martin Rudalics
d653c8cc93
(Fwindow_width, Fset_window_start)
...
(Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
(Fdelete_windows_on, Freplace_buffer_in_windows): Make
doc-strings follow code and Elisp manual more closely.
(Fwindow_dedicated_p): Make window argument optional.
(Fset_window_dedicated_p): Rename argument "arg" to "flag".
(Fset_window_buffer): Respect any non-nil dedicated value for
window. Rename "buffer" argument to "buffer_or_name".
2008-10-18 17:08:59 +00:00
Eli Zaretskii
26c6145fda
(Minibuffer Completion): Fix last change.
2008-10-18 16:33:53 +00:00
Eli Zaretskii
ef5fbab75b
(Choosing Window): Fix last change.
2008-10-18 16:33:17 +00:00
Chong Yidong
c23dcd9fa3
Fix typo.
2008-10-18 15:51:35 +00:00
Eli Zaretskii
2c0b814427
(Search and Replace): Document `multi-query-replace-map'.
2008-10-18 14:27:40 +00:00
Eli Zaretskii
cdf17e8619
(Standard Keymaps): Document multi-query-replace-map' and
search-map'.
2008-10-18 14:24:56 +00:00
Eli Zaretskii
80120f13ef
(Search and Replace): Document `replace-search-function' and
...
`replace-re-search-function'.
2008-10-18 14:07:36 +00:00
Eli Zaretskii
6d4913f0d3
(Text from Minibuffer): Document `read-regexp'.
...
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
2008-10-18 13:14:59 +00:00
Eli Zaretskii
43c59a3dca
(Displaying Buffers): Minor wording fix.
...
(Choosing Window): `split-height-threshold' can now be nil.
Document `split-width-threshold'. `pop-up-frames' can have the value
`graphic-only'.
2008-10-18 11:22:08 +00:00
Eli Zaretskii
3051e4bf2c
(Time Parsing, Processor Run Time): Fix last change.
2008-10-18 09:40:45 +00:00
Dan Nicolaescu
fac5dc61db
* configure.in: Add support for GNU/Linux on SuperH.
...
* MACHINES: Add section for SuperH.
* m/sh3.h: New file, machine description for SuperH.
2008-10-18 08:11:30 +00:00
Dan Nicolaescu
0f21c00518
Add the list of macros documented in src/m/template.h and src/s/template.h.
2008-10-18 07:56:05 +00:00
Chong Yidong
434c0be6cc
(define-abbrev): Doc fix.
2008-10-17 21:25:58 +00:00
Chong Yidong
fdf3379025
* abbrev.el (define-abbrev): Doc fix.
2008-10-17 21:25:46 +00:00
Alan Mackenzie
4588b317cd
(c-defun-name): Make it work for "struct foo bar [] = { ...".
2008-10-17 20:24:45 +00:00
Alan Mackenzie
48e5a21681
*** empty log message ***
2008-10-17 20:24:02 +00:00
Eli Zaretskii
53728487f1
(Processor Run Time): Document emacs-uptime' and
emacs-init-time'.
...
(Time Parsing): Document `format-seconds'.
2008-10-17 19:37:14 +00:00
Chong Yidong
4f77c25dfe
(face-spec-set-2): Don't pass invalid attributes to set-face-attribute.
2008-10-17 17:14:31 +00:00
Chong Yidong
74a3abf3c1
* faces.el (face-spec-set-2): Don't pass invalid attributes to
...
set-face-attribute.
2008-10-17 17:14:03 +00:00
Martin Rudalics
8f5cee6aa0
*** empty log message ***
2008-10-17 16:01:41 +00:00
Eli Zaretskii
f36acfd9ec
(Startup Summary): Document before-init-time' and
after-init-time'.
...
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file. Document the call to `server-start'
under --daemon. Rearrange a bit to be consistent with the code flow.
2008-10-17 15:42:34 +00:00
Martin Rudalics
96995b8923
(Basic Windows, Splitting Windows): Fix whitespace and reword.
2008-10-17 13:16:15 +00:00
Martin Rudalics
8752702656
(Fsplit_window): Rename arg horflag to horizontal.
2008-10-17 13:03:30 +00:00
Juanma Barranquero
ac62ec165a
* w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
...
according to `locale-coding-system'. (This fixes trivial bug reported
as part of bug#1179).
Sort list of valid locale ids (EnumSystemLocales does not guarantee any
particular order). Use `when'.
2008-10-17 11:11:34 +00:00
Paul Reilly
69caa40ac5
*** empty log message ***
2008-10-17 02:44:36 +00:00
Paul Reilly
8e4487de7b
(pmail): Remove a redundant message counter reset call; try to
...
minimize the attempts to show a message (ideally it should be done
once and only once).
(pmail-convert-babyl-to-mbox): Set up the global message variables
after inserting the converted mbox file into the Pmail buffer; avoid
an unecessary message display function call.
(pmail-show-message-maybe): Use the current message number when the
optional argument is not passed.
2008-10-17 02:43:35 +00:00
Kenichi Handa
393566216f
(ftfont_otf_features): Fix indexing
...
gsub_gpos->FeatureList.Feature. Check the validity of indices.
2008-10-17 02:20:31 +00:00
Eli Zaretskii
2de17c73f3
(The Mark): Document use-region-p.
2008-10-16 20:06:38 +00:00
Magnus Henoch
edd9ab1eb6
* dbusbind.c (Fdbus_call_method): Unbreak usage line.
...
(Fdbus_call_method_asynchronously): Ditto.
This change makes C-h f display the argument list.
2008-10-16 19:51:50 +00:00
Chong Yidong
0711429637
(Fexpand_file_name): Doc fix.
2008-10-16 17:59:34 +00:00
Chong Yidong
721de51dca
* fileio.c (Fexpand_file_name): Doc fix.
2008-10-16 17:59:24 +00:00
Chong Yidong
ca6888b6e5
(Finternal_set_lisp_face_attribute): Make null values of :foreground
...
and :background equivalent to unspecified (20.x compatibility).
2008-10-16 16:32:58 +00:00
Chong Yidong
8ca67af959
* xfaces.c (Finternal_set_lisp_face_attribute): Make null values
...
of :foreground and :background equivalent to unspecified (20.x
compatibility).
2008-10-16 16:32:51 +00:00
Juanma Barranquero
72ab66ebe3
* w32-fns.el (w32-check-shell-configuration): Doc fix.
...
(w32-add-charset-info): Fix typo in docstring.
2008-10-16 15:28:29 +00:00
Teodor Zlatanov
15bcf45606
Removed utf8' and
UTF8' aliases after discussion.
2008-10-16 12:57:28 +00:00
Magnus Henoch
b4a7be3810
* vc-arch.el (vc-arch-dir-status): New function.
...
(vc-arch-after-dir-status): New function.
2008-10-16 11:48:42 +00:00
Eli Zaretskii
1b8c5120c8
(Version Control Systems): Fix last change.
2008-10-16 07:51:30 +00:00
Eli Zaretskii
b2fe54aec8
(Char-Tables): Fix wording in last change.
2008-10-16 07:20:31 +00:00
Glenn Morris
3d56260a0b
(Man-getpage-in-background): Force recent `man's to output
...
escape sequences even when stdout is not a tty. (Bug#1142)
2008-10-16 07:18:04 +00:00
Glenn Morris
2d7752a0d3
Sean Sieger <sean.sieger at gmail.com> (tiny change)
...
(Recursion with list): Fix typo.
2008-10-16 04:09:13 +00:00
Chong Yidong
ee0f05567b
ESR already documented changeset-based VC. Remove duplicate entry
...
about D in VC Annotate mode.
2008-10-16 00:04:33 +00:00
Chong Yidong
b0817f0037
* files.texi (Version Control): Copyedits. Add Bazaar.
...
(Version Control Systems): List different VCS's using an itemized list.
Add Bazaar.
(VCS Concepts): Copyedits. Tweak description of file merging.
2008-10-15 23:46:55 +00:00
Chong Yidong
e3e89c088e
(File Names): Reorganize description.
...
(Visiting): Add xref to Mode Line. Copyedits.
(Save Commands): Mention prefix behavior of C-x C-s.
(Numbered Backups): Node deleted.
(Backup Names): Contents of Numbered Backups moved here. State default
of version-control variable.
(Reverting): Copyedits.
(Version Control): Add additional version control systems.
2008-10-15 23:40:16 +00:00
Eli Zaretskii
c3aaf1d70f
(Defining Commands, Using Interactive): The interactive-form of a function
...
can be added via its symbol's property.
2008-10-15 20:22:21 +00:00
Eli Zaretskii
2c30e468e9
(Writing Emacs Primitives): The interactive spec of a primitive can be
...
a Lisp form.
2008-10-15 20:20:39 +00:00