diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-04 13:31:41 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-04 13:32:18 -0700 |
commit | 8a6260e1e14ab1523c195001454c98aaa044ea64 (patch) | |
tree | 36bdb78d5615a54eefc1e6c24af8d57be283883d /doc/lispref/os.texi | |
parent | 262a23dac0ad6c06197a9e2994dca4b896ac0a58 (diff) | |
download | emacs-8a6260e1e14ab1523c195001454c98aaa044ea64.tar.gz |
Fix minor problems with " in manual
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index bbe87ca6181..8d7177dc1d5 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2480,7 +2480,7 @@ argument of another @code{notifications-notify} call. For example: @end group @group -A message window opens on the desktop. Press "I agree" +A message window opens on the desktop. Press ``I agree''. @result{} Message 22, key "Confirm" pressed Message 22, closed due to "dismissed" @end group |