]> code.delx.au - gnu-emacs/blobdiff - lisp/net/tramp-gvfs.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / net / tramp-gvfs.el
index 5988a284c6eef47e15a85ad12bee9a39770de19a..215e39d04c30cbfae0c3c8d33368612635ef0e3f 100644 (file)
@@ -1563,7 +1563,7 @@ connection if a previous connection has died for some reason."
 (defun tramp-gvfs-send-command (vec command &rest args)
   "Send the COMMAND with its ARGS to connection VEC.
 COMMAND is usually a command from the gvfs-* utilities.
-`call-process' is applied, and it returns `t' if the return code is zero."
+`call-process' is applied, and it returns t if the return code is zero."
   (with-current-buffer (tramp-get-connection-buffer vec)
     (tramp-gvfs-maybe-open-connection vec)
     (erase-buffer)