From c0cb133f3d5f89ba6bd86a1de323b28c5f355111 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 28 Feb 2017 00:39:25 +0530 Subject: Improve formatting. * README.org: Put function return values on their own line. --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0b2bddc..9317b74 100644 --- a/README.org +++ b/README.org @@ -18,8 +18,10 @@ If a tag is not found, return an empty string "" as the value. If no TAGS are specified, read all tags from FILE. #+BEGIN_SRC emacs-lisp - (el-exiftool-read "test1.png" "ImageSize") ;; => '(("ImageSize" . "64x64")) - (el-exiftool-read "test1.png" "ImageSize" "Interlace") ;; => '(("ImageSize" . "64x64") ("Interlace" . "Noninterlaced")) + (el-exiftool-read "test1.png" "ImageSize") + ;; => '(("ImageSize" . "64x64")) + (el-exiftool-read "test1.png" "ImageSize" "Interlace") + ;; => '(("ImageSize" . "64x64") ("Interlace" . "Noninterlaced")) (el-exiftool-read "test1.png") ;; => '(("ExifToolVersion" . "10.20") ;; ("FileName" . "test1.png") -- cgit v1.2.3