mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Fix some quoting glitches in doc strings
This commit is contained in:
parent
269796288a
commit
6b4a97c1c7
74 changed files with 176 additions and 175 deletions
|
|
@ -37,8 +37,8 @@
|
|||
"Find the exact file referenced by `fname'.
|
||||
This tries the common compression extensions, because things like
|
||||
ange-ftp and efs are not quite smart enough to realize when a server
|
||||
can do automatic decompression for them, and won't find 'foo' if
|
||||
'foo.gz' exists, even though the FTP server would happily serve it up
|
||||
can do automatic decompression for them, and won't find `foo' if
|
||||
`foo.gz' exists, even though the FTP server would happily serve it up
|
||||
to them."
|
||||
(let ((scratch nil)
|
||||
(compressed-extensions '("" ".gz" ".z" ".Z" ".bz2" ".xz"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue