diff options
| author | Paul Eggert | 2014-12-29 12:39:58 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-29 12:42:07 -0800 |
| commit | 973110680c094b7a3bbcebbfbafb9abfc7adc8fd (patch) | |
| tree | d4a329e7633a0e2e685c9cf2b7476a771de6006c /doc | |
| parent | f9acac751d4cd22480e62cc63936b1208ca9fe48 (diff) | |
| download | emacs-973110680c094b7a3bbcebbfbafb9abfc7adc8fd.tar.gz emacs-973110680c094b7a3bbcebbfbafb9abfc7adc8fd.zip | |
Fix previous patch to match its commit message
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 1300bc70d9a..91bd19036f7 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -917,18 +917,6 @@ This function returns the name of the machine you are running on, as a | |||
| 917 | string. | 917 | string. |
| 918 | @end defun | 918 | @end defun |
| 919 | 919 | ||
| 920 | The symbol @code{system-name} is a variable as well as a function. In | ||
| 921 | fact, the function normally returns whatever value the variable | ||
| 922 | @code{system-name} currently holds. Thus, you can set the variable | ||
| 923 | @code{system-name} in case Emacs is confused about the name of your | ||
| 924 | system. If you do not set the variable, the function updates | ||
| 925 | the variable to the current system name; this behavior can be useful | ||
| 926 | if your Emacs process has changed systems or if the system has changed | ||
| 927 | names. | ||
| 928 | |||
| 929 | The @code{system-name} variable is also useful for constructing frame titles | ||
| 930 | (@pxref{Frame Titles}). | ||
| 931 | |||
| 932 | @c FIXME seems like this section is not the best place for this option? | 920 | @c FIXME seems like this section is not the best place for this option? |
| 933 | @defopt mail-host-address | 921 | @defopt mail-host-address |
| 934 | If this variable is non-@code{nil}, it is used instead of | 922 | If this variable is non-@code{nil}, it is used instead of |