]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/anti.texi
Quote less in manuals
[gnu-emacs] / doc / emacs / anti.texi
index def5411064c1d43b05acee28db73adfc1a78e89e..72452a501a62f912eccaa097dfd8b585b5f3fa88 100644 (file)
@@ -13,21 +13,21 @@ greater simplicity that results from the absence of many Emacs
 
 @itemize @bullet
 @item
-Support for displaying and editing ``bidirectional'' text has been
+Support for displaying and editing bidirectional text has been
 removed.  Text is now always displayed on the screen in a single
 consistent direction---left to right---regardless of the underlying
 script.  Similarly, @kbd{C-f} and @kbd{C-b} always move the text
 cursor to the right and left respectively.  Also, @key{RIGHT} and
 @key{LEFT} are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might
 expect, rather than moving forward or backward based on the underlying
-``paragraph direction''.
+paragraph direction.
 
-Users of ``right-to-left'' languages, like Arabic and Hebrew, may
+Users of right-to-left languages, like Arabic and Hebrew, may
 adapt by reading and/or editing text in left-to-right order.
 
 @item
 The Emacs Lisp package manager has been removed.  Instead of using a
-``user interface'' (@kbd{M-x list-packages}), additional Lisp packages
+user interface (@kbd{M-x list-packages}), additional Lisp packages
 must now be installed by hand, which is the most flexible and
 ``Lispy'' method anyway.  Typically, this just involves editing your
 init file to add the package installation directory to the load path
@@ -43,7 +43,7 @@ the text in the region; it deletes a single character instead.
 We have reworked how Emacs handles the clipboard and the X primary
 selection.  Commands for killing and yanking, like @kbd{C-w} and
 @kbd{C-y}, use the primary selection and not the clipboard, so you can
-use these commands without interfering with ``cutting'' or ``pasting''
+use these commands without interfering with cutting or pasting
 in other programs.  The @samp{Cut}/@samp{Copy}/@samp{Paste} menu items
 are bound to separate clipboard commands, not to the same commands as
 @kbd{C-w}/@kbd{M-w}/@kbd{C-y}.