diff options
| author | Eli Zaretskii | 2024-09-07 19:41:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-07 19:41:36 +0300 |
| commit | 89c99891b2b3ab087cd7e824cef391ef26800ab4 (patch) | |
| tree | f04e78541431cad2683a9a44969c325b38ec6278 /doc | |
| parent | 4f044d0d3df019e9a7717b443fe4b4c172854c7c (diff) | |
| download | emacs-89c99891b2b3ab087cd7e824cef391ef26800ab4.tar.gz emacs-89c99891b2b3ab087cd7e824cef391ef26800ab4.zip | |
; * doc/lispref/os.texi (Suspending Emacs): Fix last change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index fe84c2c3403..1f1c54e559c 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -846,7 +846,8 @@ Really suspend? @kbd{y} | |||
| 846 | 846 | ||
| 847 | @group | 847 | @group |
| 848 | ---------- Parent Shell ---------- | 848 | ---------- Parent Shell ---------- |
| 849 | bash$ /home/username | 849 | bash$ pwd |
| 850 | /home/username | ||
| 850 | bash$ fg | 851 | bash$ fg |
| 851 | @end group | 852 | @end group |
| 852 | 853 | ||