diff options
| author | Miles Bader | 2005-02-18 00:41:50 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-02-18 00:41:50 +0000 |
| commit | 8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc (patch) | |
| tree | bc968a02587d51199537bb335d5494e756e35fdf /src/data.c | |
| parent | 8589dc17f80450f5773a2d449fa6d94c9bb04fe3 (diff) | |
| parent | 9b516537a9899900647d4eae5ec8778e6837ad3c (diff) | |
| download | emacs-8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc.tar.gz emacs-8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
Update from CVS: lisp/imap.el (imap-log): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
Merge from emacs--cvs-trunk--0
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index c8b540cc4cc..a78ff68c7e4 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1458,7 +1458,7 @@ for this variable. */) | |||
| 1458 | return value; | 1458 | return value; |
| 1459 | } | 1459 | } |
| 1460 | 1460 | ||
| 1461 | DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0, | 1461 | DEFUN ("setq-default", Fsetq_default, Ssetq_default, 0, UNEVALLED, 0, |
| 1462 | doc: /* Set the default value of variable VAR to VALUE. | 1462 | doc: /* Set the default value of variable VAR to VALUE. |
| 1463 | VAR, the variable name, is literal (not evaluated); | 1463 | VAR, the variable name, is literal (not evaluated); |
| 1464 | VALUE is an expression: it is evaluated and its value returned. | 1464 | VALUE is an expression: it is evaluated and its value returned. |
| @@ -1470,7 +1470,7 @@ More generally, you can use multiple variables and values, as in | |||
| 1470 | This sets each VAR's default value to the corresponding VALUE. | 1470 | This sets each VAR's default value to the corresponding VALUE. |
| 1471 | The VALUE for the Nth VAR can refer to the new default values | 1471 | The VALUE for the Nth VAR can refer to the new default values |
| 1472 | of previous VARs. | 1472 | of previous VARs. |
| 1473 | usage: (setq-default VAR VALUE [VAR VALUE...]) */) | 1473 | usage: (setq-default [VAR VALUE...]) */) |
| 1474 | (args) | 1474 | (args) |
| 1475 | Lisp_Object args; | 1475 | Lisp_Object args; |
| 1476 | { | 1476 | { |