We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a85ca6 commit da96627Copy full SHA for da96627
php-runtime.el
@@ -65,9 +65,9 @@
65
(generate-new-buffer "*PHP temp*"))
66
67
(defun php-runtime--stdin-satisfied-p (obj)
68
- "Return t if the object `OBJ' is satisfied to stdin format.
+ "Return non-NIL if the object OBJ is satisfied to stdin format.
69
70
-for example, (get-buffer \"foo-buffer\"), '(:file . \"/path/to/file\")."
+for example, (get-buffer \"foo-buffer\"), \\='(:file . \"/path/to/file\")."
71
(cond
72
((null obj) t)
73
((and (bufferp obj) (buffer-live-p obj) t))
0 commit comments